Merge "Pure Storage - bump version numbers for Antelope"
This commit is contained in:
commit
4a6792fba3
@ -2542,7 +2542,7 @@ class PureISCSIDriver(PureBaseVolumeDriver, san.SanISCSIDriver):
|
|||||||
the underlying storage connectivity with the FlashArray.
|
the underlying storage connectivity with the FlashArray.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
VERSION = "15.0.iscsi"
|
VERSION = "16.0.iscsi"
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
execute = kwargs.pop("execute", utils.execute)
|
execute = kwargs.pop("execute", utils.execute)
|
||||||
@ -2766,7 +2766,7 @@ class PureFCDriver(PureBaseVolumeDriver, driver.FibreChannelDriver):
|
|||||||
supports the Cinder Fibre Channel Zone Manager.
|
supports the Cinder Fibre Channel Zone Manager.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
VERSION = "15.0.fc"
|
VERSION = "16.0.fc"
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
execute = kwargs.pop("execute", utils.execute)
|
execute = kwargs.pop("execute", utils.execute)
|
||||||
@ -2957,7 +2957,7 @@ class PureNVMEDriver(PureBaseVolumeDriver, driver.BaseVD):
|
|||||||
FlashArray.
|
FlashArray.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
VERSION = "15.0.nvme"
|
VERSION = "16.0.nvme"
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
execute = kwargs.pop("execute", utils.execute)
|
execute = kwargs.pop("execute", utils.execute)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user