summaryrefslogtreecommitdiff
path: root/cinderclient/api_versions.py
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2019-04-17 13:42:44 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2019-04-18 10:33:06 -0500
commit2189e5702b7ba91a87e1db21024799e1520d8ad0 (patch)
tree336305115a8ea058dbb8994671d3c122d82701fe /cinderclient/api_versions.py
parentcd64f0b327f7b6a285575c5bf96a36e07e0b4602 (diff)
downloadpython-cinderclient-2189e5702b7ba91a87e1db21024799e1520d8ad0.tar.gz
Drop support for Cinder v1 API
This drops compatibility with Cinder services with the V1 API. Change-Id: Ic7c6bd05a3991c3afce3dec80b29501932c5aac9 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
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 0fcb208..f9e20f6 100644
--- a/cinderclient/api_versions.py
+++ b/cinderclient/api_versions.py
@@ -27,7 +27,7 @@ LOG = logging.getLogger(__name__)
# key is a deprecated version and value is an alternative version.
-DEPRECATED_VERSIONS = {"1": "2"}
+DEPRECATED_VERSIONS = {"2": "3"}
DEPRECATED_VERSION = "2.0"
MAX_VERSION = "3.52"
MIN_VERSION = "3.0"