diff options
| author | TommyLike <tommylikehu@gmail.com> | 2017-05-16 09:52:08 +0800 |
|---|---|---|
| committer | xing-yang <xing.yang@emc.com> | 2017-05-04 20:22:13 -0400 |
| commit | 7dfbb239de0dd150a20835441b16ff61d3ed6edb (patch) | |
| tree | 5450a47322bbf0a27d732a1eacbc375780f5d49d /cinderclient/api_versions.py | |
| parent | b910f5bea33cbccca25b008b3b03dc5dce27245a (diff) | |
| download | python-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.py | 2 |
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 = {} |
