Pure Storage FlashArray - Version increment for Cinder drivers
Change-Id: I013bbe3cca9822665a2320c540a2b66d887b9422
This commit is contained in:
parent
91d0a6512f
commit
d98d8dd2fd
@ -2563,7 +2563,7 @@ class PureISCSIDriver(PureBaseVolumeDriver, san.SanISCSIDriver):
|
||||
the underlying storage connectivity with the FlashArray.
|
||||
"""
|
||||
|
||||
VERSION = "13.0.iscsi"
|
||||
VERSION = "14.0.iscsi"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
execute = kwargs.pop("execute", utils.execute)
|
||||
@ -2789,7 +2789,7 @@ class PureFCDriver(PureBaseVolumeDriver, driver.FibreChannelDriver):
|
||||
supports the Cinder Fibre Channel Zone Manager.
|
||||
"""
|
||||
|
||||
VERSION = "13.0.fc"
|
||||
VERSION = "14.0.fc"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
execute = kwargs.pop("execute", utils.execute)
|
||||
|
Loading…
x
Reference in New Issue
Block a user