mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-27 05:53: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:
@@ -91,7 +91,7 @@ options:
|
||||
type: str
|
||||
requirements:
|
||||
- python >= 3.6
|
||||
- openstacksdk >= 0.12.0
|
||||
- openstacksdk >= 0.36.0
|
||||
notes:
|
||||
- The standard OpenStack environment variables, such as C(OS_USERNAME)
|
||||
may be used instead of providing explicit values.
|
||||
|
||||
@@ -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