From da7a49f679d6310692be81a61cb7d6f29f86f7c1 Mon Sep 17 00:00:00 2001 From: Alan Bishop Date: Mon, 18 Jan 2021 07:33:28 -0800 Subject: [PATCH] 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 --- cinderclient/api_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinderclient/api_versions.py b/cinderclient/api_versions.py index 55dbfec6a..d7a470d6f 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 = {}