summaryrefslogtreecommitdiff
path: root/novaclient/tests/unit/v2/test_shell.py
diff options
context:
space:
mode:
authorwhoami-rajat <rajatdhasmana@gmail.com>2022-01-31 23:54:27 +0530
committerwhoami-rajat <rajatdhasmana@gmail.com>2022-09-06 16:42:08 +0530
commit94d3445e10711ff965e0ec141aaa0d0828dc43f0 (patch)
treef9e35e8439d7a2019d9ef463318af797b432f836 /novaclient/tests/unit/v2/test_shell.py
parentbe9517cb027d960caf4c9c8171b3ad2568bedae9 (diff)
downloadpython-novaclient-94d3445e10711ff965e0ec141aaa0d0828dc43f0.tar.gz
MV 2.93 - Add support to rebuild boot volume
This patch bumps the API microversion to 2.93 to allow rebuilding a volume backed instance. Implements: blueprint volume-backed-server-rebuild Depends-On: https://review.opendev.org/c/openstack/nova/+/830883 Change-Id: Ie46df7ad76082e7631bb26243abed4dc3b1f40ac
Diffstat (limited to 'novaclient/tests/unit/v2/test_shell.py')
-rw-r--r--novaclient/tests/unit/v2/test_shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/novaclient/tests/unit/v2/test_shell.py b/novaclient/tests/unit/v2/test_shell.py
index da70e3cc..84f4fcdc 100644
--- a/novaclient/tests/unit/v2/test_shell.py
+++ b/novaclient/tests/unit/v2/test_shell.py
@@ -4699,6 +4699,7 @@ class ShellTest(utils.TestCase):
86, # doesn't require any changes in novaclient.
87, # doesn't require any changes in novaclient.
89, # There are no version-wrapped shell method changes for this.
+ 93, # There are no version-wrapped shell method changes for this.
])
versions_supported = set(range(0,
novaclient.API_MAX_VERSION.ver_minor + 1))