diff options
| author | John Griffith <john.griffith8@gmail.com> | 2017-12-01 18:35:45 +0000 |
|---|---|---|
| committer | Jay S. Bryant <jungleboyj@electronicjungle.net> | 2017-12-07 14:46:56 -0600 |
| commit | 76fe6fc01d5ded29c65b5fe486fd3c619c01017a (patch) | |
| tree | eef186a5d084da24d9344cea04af51860af00f8a /cinderclient/api_versions.py | |
| parent | 7aedf4c898dff8e69d73da45668ec3d909f63a44 (diff) | |
| download | python-cinderclient-3.3.0.tar.gz | |
Bump Max API version to 3.483.3.0
In order for Nova to be able to make use of the code
for shared_targets that has gone into Cinder we need to
bump to API Version to 3.48.
This bumps to 3.48 to match the latest add to the Cinder side:
https://review.openstack.org/#/c/524697/1
Change-Id: Icaa17654bd2810098d02f8074fedb35c5221cd55
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 141ce60..a622d9c 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.47" +MAX_VERSION = "3.48" MIN_VERSION = "3.0" _SUBSTITUTIONS = {} |
