Microversion 2.48: Standardization of VM diagnostics
Change-Id: I4b63b0d2d8856e8c8c14375d8b99ae248ba4f10f Implements: blueprint restore-vm-diagnostics
This commit is contained in:
parent
78986dcae2
commit
a0301ecf59
novaclient
@ -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")
|
||||
|
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user