Merge "Microversion 2.87 - Stable device boot from volume rescue"
This commit is contained in:
commit
3ef5b695ca
@ -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.86")
|
||||
API_MAX_VERSION = api_versions.APIVersion("2.87")
|
||||
|
@ -4550,6 +4550,7 @@ class ShellTest(utils.TestCase):
|
||||
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.
|
||||
87, # 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