Merge "Add support for microversion 2.31"

This commit is contained in:
Jenkins
2016-07-01 16:14:01 +00:00
committed by Gerrit Code Review
3 changed files with 6 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.30")
API_MAX_VERSION = api_versions.APIVersion("2.31")

View File

@@ -2868,6 +2868,7 @@ class ShellTest(utils.TestCase):
# headers, and is tested in test_api_versions, but is
# not explicitly tested via wraps and _SUBSTITUTIONS.
28, # doesn't require any changes in novaclient
31, # doesn't require any changes in novaclient
])
versions_supported = set(range(0,
novaclient.API_MAX_VERSION.ver_minor + 1))

View File

@@ -0,0 +1,4 @@
---
upgrade:
- Support for microversion 2.31 which fixes a bug in the
os-console-auth-tokens API