diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-03-11 01:09:36 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-03-11 01:09:36 +0000 |
| commit | 6c499cc6a5dcb663bdc6ba7246114afcc21aface (patch) | |
| tree | a41bcf347cf4817a1d7efa878d0797d77ebb93f9 /cinderclient/api_versions.py | |
| parent | 7b0be988fa60c9758bc017827a909d3a61f0924b (diff) | |
| parent | 13702ce40c712e6ad38d688c92aa55b349fb935b (diff) | |
| download | python-cinderclient-2.0.0.tar.gz | |
Merge "Make V3 the default and fixup version reporting"2.0.0
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 119ccca..dee7c78 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.27" +MAX_VERSION = "3.28" MIN_VERSION = "3.0" _SUBSTITUTIONS = {} |
