diff options
| author | Sean McGinnis <sean.mcginnis@gmail.com> | 2019-04-17 13:42:44 -0500 |
|---|---|---|
| committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2019-04-18 10:33:06 -0500 |
| commit | 2189e5702b7ba91a87e1db21024799e1520d8ad0 (patch) | |
| tree | 336305115a8ea058dbb8994671d3c122d82701fe /cinderclient/api_versions.py | |
| parent | cd64f0b327f7b6a285575c5bf96a36e07e0b4602 (diff) | |
| download | python-cinderclient-2189e5702b7ba91a87e1db21024799e1520d8ad0.tar.gz | |
Drop support for Cinder v1 API
This drops compatibility with Cinder services with the V1 API.
Change-Id: Ic7c6bd05a3991c3afce3dec80b29501932c5aac9
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
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 0fcb208..f9e20f6 100644 --- a/cinderclient/api_versions.py +++ b/cinderclient/api_versions.py @@ -27,7 +27,7 @@ LOG = logging.getLogger(__name__) # key is a deprecated version and value is an alternative version. -DEPRECATED_VERSIONS = {"1": "2"} +DEPRECATED_VERSIONS = {"2": "3"} DEPRECATED_VERSION = "2.0" MAX_VERSION = "3.52" MIN_VERSION = "3.0" |
