diff options
| author | Sean McGinnis <sean.mcginnis@gmail.com> | 2017-10-30 17:47:53 +0000 |
|---|---|---|
| committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2017-10-30 17:47:53 +0000 |
| commit | 17fb13fd68a7823f0fc53f4fb6a5681872931981 (patch) | |
| tree | 8d593bde154cb03943ab4a5ed9f12fd4756be5dd | |
| parent | 664299b235be69ae35670d96fb70e62836b9b5b0 (diff) | |
| download | python-cinderclient-17fb13fd68a7823f0fc53f4fb6a5681872931981.tar.gz | |
Revert "Bump MAX version of client to 3.45"
3.45 has landed, but it's not the expected change.
This reverts commit 664299b235be69ae35670d96fb70e62836b9b5b0.
Change-Id: I39e93c6078871f8652889cf8a46c1af6962288e4
| -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 eac6abb..bf8cba2 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.45" +MAX_VERSION = "3.44" MIN_VERSION = "3.0" _SUBSTITUTIONS = {} |
