Bump microversion to 2.96
This change bumps to microversion 2.96 and add release notes. Change-Id: I3b9775f1adecdca121a68a4caa6cd25e312dec2f
This commit is contained in:
parent
e1a20a9e77
commit
533d5df516
@ -25,4 +25,4 @@ API_MIN_VERSION = api_versions.APIVersion("2.1")
|
|||||||
# when client supported the max version, and bumped sequentially, otherwise
|
# when client supported the max version, and bumped sequentially, otherwise
|
||||||
# the client may break due to server side new version may include some
|
# the client may break due to server side new version may include some
|
||||||
# backward incompatible change.
|
# backward incompatible change.
|
||||||
API_MAX_VERSION = api_versions.APIVersion("2.95")
|
API_MAX_VERSION = api_versions.APIVersion("2.96")
|
||||||
|
@ -4702,6 +4702,7 @@ class ShellTest(utils.TestCase):
|
|||||||
93, # There are no version-wrapped shell method changes for this.
|
93, # There are no version-wrapped shell method changes for this.
|
||||||
94, # There are no version-wrapped shell method changes for this.
|
94, # There are no version-wrapped shell method changes for this.
|
||||||
95, # There are no version-wrapped shell method changes for this.
|
95, # There are no version-wrapped shell method changes for this.
|
||||||
|
96, # There are no version-wrapped shell method changes for this.
|
||||||
])
|
])
|
||||||
versions_supported = set(range(0,
|
versions_supported = set(range(0,
|
||||||
novaclient.API_MAX_VERSION.ver_minor + 1))
|
novaclient.API_MAX_VERSION.ver_minor + 1))
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
The `microversion 2.96`_ has been added. This microversion adds
|
||||||
|
pinned_availability_zone in ``server show`` and
|
||||||
|
``server list --long`` responses.
|
||||||
|
|
||||||
|
.. _microversion 2.96: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#microversion-2-96
|
Loading…
Reference in New Issue
Block a user