summaryrefslogtreecommitdiff
path: root/novaclient/__init__.py
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2017-07-22 21:41:54 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2017-12-04 10:48:47 +0900
commite5e8cebc817aafbcbda7785d0f9c13cbdbf3a90c (patch)
treee416fd482a0a79790d6db2536323cbf12112d87a /novaclient/__init__.py
parentd18436ca5d1a1fd1f6d7673e0cf681a6c6e1094a (diff)
downloadpython-novaclient-e5e8cebc817aafbcbda7785d0f9c13cbdbf3a90c.tar.gz
Microversion 2.56 - Enable cold migration with target host
Change-Id: I4deea811ffae3e7944d5ec10ca0bbf2bfa056a7c Implements: blueprint cold-migration-with-target-queens
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 7fb218c7..435ff9c9 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.55")
+API_MAX_VERSION = api_versions.APIVersion("2.56")