summaryrefslogtreecommitdiff
path: root/cinderclient
diff options
context:
space:
mode:
authorAlan Bishop <abishop@redhat.com>2021-01-18 07:33:28 -0800
committerAlan Bishop <abishop@redhat.com>2021-03-09 16:36:55 -0800
commitda7a49f679d6310692be81a61cb7d6f29f86f7c1 (patch)
treec24d1f67202178fbf85d7d493c2117d4c47d5e97 /cinderclient
parent617fdb9ca64b140b145fa2a1c6ca13e27d6fea63 (diff)
downloadpython-cinderclient-da7a49f679d6310692be81a61cb7d6f29f86f7c1.tar.gz
Bump API max version to 3.64
Bump MAX_VERSION to 3.64 to support including the encryption_key_id attribute in volume and backup details. Implements: blueprint include-encryption-key-id-in-details Depends-On: I16f54e6722cdbcbad4af1eb0d30264b0039412fd Change-Id: I6e1f3ff62d4b7b9b8299f7bd73071c3c7856f6df
Diffstat (limited to 'cinderclient')
-rw-r--r--cinderclient/api_versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/api_versions.py b/cinderclient/api_versions.py
index 55dbfec..d7a470d 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 = {"2": "3"}
DEPRECATED_VERSION = "2.0"
-MAX_VERSION = "3.63"
+MAX_VERSION = "3.64"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}