Bump API microversion to 3.50

This change is to bump MAX_VERSION to
3.50 in api_version.  This bump is necessary to
keep cinderclient in sync with cinder which moved
to 3.50 with change: f1bfd9790d2a7cac9a3e66417b11dc8e3edd8109

With MV 3.50 we are able to request multiple attachments for
a single volume.

Change-Id: Ic51b890b816112cecaedd68df8d13ec175623c66
This commit is contained in:
Jay S. Bryant 2018-01-23 10:36:00 -06:00
parent 0a323eaf94
commit cf4d215544
1 changed files with 1 additions and 1 deletions

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.49"
MAX_VERSION = "3.50"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}