Merge "Pure Storage - bump version numbers for Ussuri"

This commit is contained in:
Zuul 2020-01-22 07:01:07 +00:00 committed by Gerrit Code Review
commit f1fd17165b

View File

@ -2341,7 +2341,7 @@ class PureISCSIDriver(PureBaseVolumeDriver, san.SanISCSIDriver):
the underlying storage connectivity with the FlashArray.
"""
VERSION = "9.0.0"
VERSION = "10.0.iscsi"
def __init__(self, *args, **kwargs):
execute = kwargs.pop("execute", utils.execute)
@ -2588,7 +2588,7 @@ class PureFCDriver(PureBaseVolumeDriver, driver.FibreChannelDriver):
supports the Cinder Fibre Channel Zone Manager.
"""
VERSION = "7.0.0"
VERSION = "10.0.fc"
def __init__(self, *args, **kwargs):
execute = kwargs.pop("execute", utils.execute)