summaryrefslogtreecommitdiff
path: root/cinderclient
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-09-02 15:50:21 +0000
committerGerrit Code Review <review@openstack.org>2020-09-02 15:50:21 +0000
commit12a6dc2ea58b750bdf7b688d45bb1c6df38e3684 (patch)
treec576d0c0cd67946dd139ce2a706f33e24afd45d0 /cinderclient
parent24e8d7129c4636942d009edb576fbaf4be42ed1b (diff)
parenta9e9b762fd71eec44a5d8f72c50daa2238b2c3b2 (diff)
downloadpython-cinderclient-12a6dc2ea58b750bdf7b688d45bb1c6df38e3684.tar.gz
Merge "Add support for Cinder API mv3.61"
Diffstat (limited to 'cinderclient')
-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 2d22199..dbd9d1e 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 = {"2": "3"}
DEPRECATED_VERSION = "2.0"
-MAX_VERSION = "3.60"
+MAX_VERSION = "3.61"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}