mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Follow up to bump of minimum required OpenStack SDK release to SDK 0.36.0 (Train)
Commit879270aa47[1] bumped the required minimum SDK release but missed to update two locations in code and docs. Ref.: [1]879270aa47Change-Id: I725a26b07484619f6f2c460e974821f81d60b153
This commit is contained in:
@@ -67,7 +67,7 @@ OVERRIDES = {'os_client_config': 'config',
|
||||
|
||||
CUSTOM_VAR_PARAMS = ['min_ver', 'max_ver']
|
||||
|
||||
MINIMUM_SDK_VERSION = '0.12.0'
|
||||
MINIMUM_SDK_VERSION = '0.36.0'
|
||||
|
||||
|
||||
def openstack_argument_spec():
|
||||
|
||||
Reference in New Issue
Block a user