diff --git a/plugins/doc_fragments/openstack.py b/plugins/doc_fragments/openstack.py index 17c83626..57d68302 100644 --- a/plugins/doc_fragments/openstack.py +++ b/plugins/doc_fragments/openstack.py @@ -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. diff --git a/plugins/module_utils/openstack.py b/plugins/module_utils/openstack.py index 344847e3..86b968e3 100644 --- a/plugins/module_utils/openstack.py +++ b/plugins/module_utils/openstack.py @@ -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():