mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-04-27 17:06:57 +00:00
Bump minimum required openstacksdk release to 1.0.0
openstacksdk's first major release brings new features and bug fixes, e.g. for Magnum clusters and cluster templates [1], [2], [3]. [1] https://review.opendev.org/c/openstack/openstacksdk/+/865267 [2] https://review.opendev.org/c/openstack/openstacksdk/+/871648 [3] https://review.opendev.org/c/openstack/openstacksdk/+/871987 Change-Id: Ic7aa998ac5fa5c05dbea188a4d3b76ea774ff797
This commit is contained in:
@@ -51,7 +51,7 @@ OVERRIDES = {}
|
||||
|
||||
CUSTOM_VAR_PARAMS = ['min_ver', 'max_ver']
|
||||
|
||||
MINIMUM_SDK_VERSION = '0.103.0'
|
||||
MINIMUM_SDK_VERSION = '1.0.0'
|
||||
MAXIMUM_SDK_VERSION = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user