Bump MAX version of client to 3.45

Adding a shared_targets field to Volumes in Cinder.  This doesn't
require any changes in the client, however we do need to bump the
MAX MV support value.

Show volumes now returns two new fields that will be displayed in
the show command:
    shared_targets: <True|False>
    backend_name:  <backend-name-of-storage-device>

Change-Id: Ie1291f90756c3752de562f022126af2f6b3e0637
This commit is contained in:
j-griffith
2017-09-26 17:07:47 +00:00
parent 6c214eeec0
commit 664299b235

View File

@@ -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.44"
MAX_VERSION = "3.45"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}