summaryrefslogtreecommitdiff
path: root/cinderclient/api_versions.py
diff options
context:
space:
mode:
authorJohn Griffith <john.griffith8@gmail.com>2017-12-01 18:35:45 +0000
committerJay S. Bryant <jungleboyj@electronicjungle.net>2017-12-07 14:46:56 -0600
commit76fe6fc01d5ded29c65b5fe486fd3c619c01017a (patch)
treeeef186a5d084da24d9344cea04af51860af00f8a /cinderclient/api_versions.py
parent7aedf4c898dff8e69d73da45668ec3d909f63a44 (diff)
downloadpython-cinderclient-3.3.0.tar.gz
Bump Max API version to 3.483.3.0
In order for Nova to be able to make use of the code for shared_targets that has gone into Cinder we need to bump to API Version to 3.48. This bumps to 3.48 to match the latest add to the Cinder side: https://review.openstack.org/#/c/524697/1 Change-Id: Icaa17654bd2810098d02f8074fedb35c5221cd55
Diffstat (limited to 'cinderclient/api_versions.py')
-rw-r--r--cinderclient/api_versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/api_versions.py b/cinderclient/api_versions.py
index 141ce60..a622d9c 100644
--- a/cinderclient/api_versions.py
+++ b/cinderclient/api_versions.py
@@ -29,7 +29,7 @@ LOG = logging.getLogger(__name__)
# key is a deprecated version and value is an alternative version.
DEPRECATED_VERSIONS = {"1": "2"}
DEPRECATED_VERSION = "2.0"
-MAX_VERSION = "3.47"
+MAX_VERSION = "3.48"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}