summaryrefslogtreecommitdiff
path: root/novaclient/__init__.py
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2017-11-14 15:06:56 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2017-11-17 05:44:57 +0000
commitbef67651042a3ce123222079a41461677f3f9df0 (patch)
treecf7c6f5f57a012a89a9b514b49619819f77d7819 /novaclient/__init__.py
parent5c8faafff3fbb1255106b8e44aa1b4c2a51a3182 (diff)
downloadpython-novaclient-bef67651042a3ce123222079a41461677f3f9df0.tar.gz
Microversion 2.54 - Enable reset keypair while rebuild
Adds support for microversion 2.54 which adds resetting keypair and unsetting keypair in rebuild operation. Adds optional ``--key-name`` and ``--key-unset`` options in the ``nova rebuild`` command. The ``--key-name`` and ``--key-unset`` cannot be specified at the same time. Change-Id: Ie2a39bb29dd59c070adc94e79ea0f6473227a427 Implements: blueprint rebuild-keypair-reset
Diffstat (limited to 'novaclient/__init__.py')
-rw-r--r--novaclient/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/__init__.py b/novaclient/__init__.py
index 3fe7488d..d84695ce 100644
--- a/novaclient/__init__.py
+++ b/novaclient/__init__.py
@@ -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.53")
+API_MAX_VERSION = api_versions.APIVersion("2.54")