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]879270aa47
Change-Id: I725a26b07484619f6f2c460e974821f81d60b153 (cherry picked from commit5a43bdb873
)
This commit is contained in:
parent
82311440b5
commit
29831685d8
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user