summaryrefslogtreecommitdiff
path: root/cinderclient/api_versions.py
diff options
context:
space:
mode:
authorTommyLike <tommylikehu@gmail.com>2017-05-16 09:52:08 +0800
committerxing-yang <xing.yang@emc.com>2017-05-04 20:22:13 -0400
commit7dfbb239de0dd150a20835441b16ff61d3ed6edb (patch)
tree5450a47322bbf0a27d732a1eacbc375780f5d49d /cinderclient/api_versions.py
parentb910f5bea33cbccca25b008b3b03dc5dce27245a (diff)
downloadpython-cinderclient-7dfbb239de0dd150a20835441b16ff61d3ed6edb.tar.gz
Support revert to snapshot in client
This patch added revert to snapshot support in cinder client, also fix two pylint errors. Change-Id: I20d8df8d7bcf763f6651f44901a98f6d853b27ce Partial-Implements: blueprint revert-volume-to-snapshot Depends-On: cca9e1ac54d123da8859ff918b2355606bfa474e
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 d1bb1e1..dd7da65 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.33"
+MAX_VERSION = "3.40"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}