diff options
| author | TommyLike <tommylikehu@gmail.com> | 2017-10-30 10:42:16 +0800 |
|---|---|---|
| committer | TommyLike <tommylikehu@gmail.com> | 2017-12-07 11:31:39 +0800 |
| commit | 7aedf4c898dff8e69d73da45668ec3d909f63a44 (patch) | |
| tree | b3e403839d77e02fbe2627d0d96f52ea47653a2b /cinderclient/api_versions.py | |
| parent | 91fb5b07d109c7d16dde64dffe99a63084b76dce (diff) | |
| download | python-cinderclient-7aedf4c898dff8e69d73da45668ec3d909f63a44.tar.gz | |
Support create volume from backup in client
This patch adds create volume from backup support
in cinderclient.
Change-Id: I01dbcf6b113d88732c174b848be2127ee7242b3c
Implements: blueprint support-create-volume-from-backup
Depends-On: 58d0fb327f9fc980e0c8b84dcd9f64c093285d13
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 26904d1..141ce60 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.46" +MAX_VERSION = "3.47" MIN_VERSION = "3.0" _SUBSTITUTIONS = {} |
