summaryrefslogtreecommitdiff
path: root/cinderclient/api_versions.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-11 01:09:36 +0000
committerGerrit Code Review <review@openstack.org>2017-03-11 01:09:36 +0000
commit6c499cc6a5dcb663bdc6ba7246114afcc21aface (patch)
treea41bcf347cf4817a1d7efa878d0797d77ebb93f9 /cinderclient/api_versions.py
parent7b0be988fa60c9758bc017827a909d3a61f0924b (diff)
parent13702ce40c712e6ad38d688c92aa55b349fb935b (diff)
downloadpython-cinderclient-2.0.0.tar.gz
Merge "Make V3 the default and fixup version reporting"2.0.0
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 119ccca..dee7c78 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.27"
+MAX_VERSION = "3.28"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}