Merge "Microversion 2.86 - Extra spec validation"

This commit is contained in:
Zuul 2020-04-10 09:06:25 +00:00 committed by Gerrit Code Review
commit 9bd1c3d321
2 changed files with 2 additions and 1 deletions

View File

@ -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.85")
API_MAX_VERSION = api_versions.APIVersion("2.86")

View File

@ -4549,6 +4549,7 @@ class ShellTest(utils.TestCase):
82, # There are no version-wrapped shell method changes for this.
83, # There are no version-wrapped shell method changes for this.
84, # There are no version-wrapped shell method changes for this.
86, # doesn't require any changes in novaclient.
])
versions_supported = set(range(0,
novaclient.API_MAX_VERSION.ver_minor + 1))