summaryrefslogtreecommitdiff
path: root/novaclient/__init__.py
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2017-07-19 23:54:12 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2017-07-26 09:04:19 -0400
commit5745beae5c456aafef82ab7af94b452875409760 (patch)
tree0920e95b378d1c2b4b8578450aee86f5b5e319f8 /novaclient/__init__.py
parented058c46a1b016e53cf8312a69e13a0bc832dc2a (diff)
downloadpython-novaclient-5745beae5c456aafef82ab7af94b452875409760.tar.gz
Microversion 2.53 - services and hypervisors using UUIDs
Adds support for the 2.53 microversion which changes the os-services and os-hypervisors APIs to use a UUID for the ID value on the resource. Also, the PUT and GET API methods have changed a bit for both resources in this microversion, so the pythong API bindings and command lines have been adjusted accordingly. Part of blueprint service-hyper-uuid-in-api Change-Id: Ic721143cc154d91e74a8a9dd2c1e991045c94305
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 926bfff6..3fe7488d 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.52")
+API_MAX_VERSION = api_versions.APIVersion("2.53")