Microversion 2.48: Standardization of VM diagnostics

Change-Id: I4b63b0d2d8856e8c8c14375d8b99ae248ba4f10f
Implements: blueprint restore-vm-diagnostics
This commit is contained in:
Takashi NATSUME 2017-06-12 15:28:48 +09:00 committed by Matt Riedemann
parent 78986dcae2
commit a0301ecf59
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.47")
API_MAX_VERSION = api_versions.APIVersion("2.48")

View File

@ -2976,6 +2976,7 @@ class ShellTest(utils.TestCase):
46, # There are no version-wrapped shell method changes for this.
47, # NOTE(cfriesen): 47 adds support for flavor details embedded
# within the server details
48, # There are no version-wrapped shell method changes for this.
])
versions_supported = set(range(0,
novaclient.API_MAX_VERSION.ver_minor + 1))