Merge "Pure Storage - bump version numbers for Ussuri"
This commit is contained in:
commit
f1fd17165b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user