Bump MAX_VERSION to 3.27
We added cinderclient support for new cinder attach APIs, but we didn't not bump the cindercliient MAX_VERSION to 3.27 to correspond with the microversion of the new APIs. Change-Id: I8ee93e28e8425cd46784a6f7280227ab28135177 Closes-Bug: 1660673
This commit is contained in:
parent
f7fa34ecb3
commit
4395dbdda6
@ -29,7 +29,7 @@ LOG = logging.getLogger(__name__)
|
||||
|
||||
# key is a deprecated version and value is an alternative version.
|
||||
DEPRECATED_VERSIONS = {"1": "2"}
|
||||
MAX_VERSION = "3.15"
|
||||
MAX_VERSION = "3.27"
|
||||
|
||||
_SUBSTITUTIONS = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user