Skip to content

Commit

Permalink
Pure Storage FlashArray - Version increment for Cinder drivers
Browse files Browse the repository at this point in the history
Change-Id: I013bbe3cca9822665a2320c540a2b66d887b9422
  • Loading branch information
sdodsley committed Oct 6, 2021
1 parent 91d0a65 commit d98d8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cinder/volume/drivers/pure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d98d8dd

Please sign in to comment.