Merge "[microversions] Enable 2.20"
This commit is contained in:
commit
a89384c20a
@ -25,4 +25,4 @@ API_MIN_VERSION = api_versions.APIVersion("2.1")
|
||||
# when client supported the max version, and bumped sequentially, otherwise
|
||||
# the client may break due to server side new version may include some
|
||||
# backward incompatible change.
|
||||
API_MAX_VERSION = api_versions.APIVersion("2.19")
|
||||
API_MAX_VERSION = api_versions.APIVersion("2.20")
|
||||
|
@ -2685,6 +2685,7 @@ class ShellTest(utils.TestCase):
|
||||
# (we can do it, since nova-api change didn't actually add
|
||||
# new microversion, just an additional checks. See
|
||||
# https://review.openstack.org/#/c/233076/ for more details)
|
||||
20, # doesn't require any changes in novaclient
|
||||
])
|
||||
versions_supported = set(range(0,
|
||||
novaclient.API_MAX_VERSION.ver_minor + 1))
|
||||
|
Loading…
Reference in New Issue
Block a user