Pure Storage - bump version numbers for Antelope

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: I5b58e9485654f707740175d5ff2a60594dff42f5
This commit is contained in:
Keerthivasan 2022-09-27 09:53:51 -04:00
parent 7b07379de1
commit fae5538f91

View File

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