From 730a8c7728a8481d4c74e4c93b2619025f7267ea Mon Sep 17 00:00:00 2001 From: Alan Bishop Date: Tue, 9 Aug 2022 13:51:16 -0700 Subject: Bump API max version to 3.70 Bump MAX_VERSION to 3.70 to support the following: - 3.69 - Allow null value for shared_targets - 3.70 - Support encrypted volume transfers Implements: bp/transfer-encrypted-volume Depends-On: I459f06504e90025c9c0b539981d3d56a2a9394c7 Change-Id: I11072d6d8a185037c7f4cdd52c45933b0cccaf05 --- cinderclient/api_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cinderclient/api_versions.py') diff --git a/cinderclient/api_versions.py b/cinderclient/api_versions.py index dc2a88d..5f6ad65 100644 --- a/cinderclient/api_versions.py +++ b/cinderclient/api_versions.py @@ -26,7 +26,7 @@ LOG = logging.getLogger(__name__) # key is unsupported version, value is appropriate supported alternative REPLACEMENT_VERSIONS = {"1": "3", "2": "3"} -MAX_VERSION = "3.68" +MAX_VERSION = "3.70" MIN_VERSION = "3.0" _SUBSTITUTIONS = {} -- cgit v1.2.1