summaryrefslogtreecommitdiff
path: root/novaclient/__init__.py
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-07-18 10:27:05 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2018-07-18 10:30:51 -0400
commit0b1e1bb7ce10bf989f37deb23dee5ff42e8dec6f (patch)
tree1586cb0e83e107d0424c5244262decb1f623440b /novaclient/__init__.py
parent6c398058a6234e3a59822bbcd9ca5d3d05107e96 (diff)
downloadpython-novaclient-0b1e1bb7ce10bf989f37deb23dee5ff42e8dec6f.tar.gz
Add support for microversion 2.65
There are no functional changes for this, just bumping the supported client-side version and updating docs. Depends-On: https://review.openstack.org/573136/ Part of blueprint abort-live-migration-in-queued-status Change-Id: Ie0777dbe4d82892ec75b353f6b13ee2d2c5db72c
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 1923e6a1..e4f84779 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.64")
+API_MAX_VERSION = api_versions.APIVersion("2.65")