From 17fb13fd68a7823f0fc53f4fb6a5681872931981 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 30 Oct 2017 17:47:53 +0000 Subject: [PATCH] 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 --- 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 eac6abbc5..bf8cba222 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 = {}