Merge "Pure Storage FlashArray - Version increment for Cinder drivers"
This commit is contained in:
commit
f9d6a7243a
@ -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…
Reference in New Issue
Block a user