Pure Storage - bump version numbers for 2023.2 (Bobcat)

Pure uses the version number of the driver to identify which
customers are using which versions of OpenStack.

This will help granular analysis of which driver is being
used in each OpenStack version

Change-Id: Ib507509cb20284706ffd204bbbaaf752bab56c80
This commit is contained in:
Simon Dodsley 2023-03-24 09:18:31 -04:00
parent ca721d5809
commit 6a31c5b9bd
1 changed files with 3 additions and 3 deletions

View File

@ -2787,7 +2787,7 @@ class PureISCSIDriver(PureBaseVolumeDriver, san.SanISCSIDriver):
the underlying storage connectivity with the FlashArray.
"""
VERSION = "16.0.iscsi"
VERSION = "17.0.iscsi"
def __init__(self, *args, **kwargs):
execute = kwargs.pop("execute", utils.execute)
@ -3011,7 +3011,7 @@ class PureFCDriver(PureBaseVolumeDriver, driver.FibreChannelDriver):
supports the Cinder Fibre Channel Zone Manager.
"""
VERSION = "16.0.fc"
VERSION = "17.0.fc"
def __init__(self, *args, **kwargs):
execute = kwargs.pop("execute", utils.execute)
@ -3208,7 +3208,7 @@ class PureNVMEDriver(PureBaseVolumeDriver, driver.BaseVD):
FlashArray.
"""
VERSION = "16.0.nvme"
VERSION = "17.0.nvme"
def __init__(self, *args, **kwargs):
execute = kwargs.pop("execute", utils.execute)