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: I0d4cf3b668850b7ba5c99b24f4efa3764b4e4875
This commit is contained in:
Simon Dodsley 2023-03-24 09:27:20 -04:00
parent 4682f457df
commit 6ac66c1967
1 changed files with 2 additions and 1 deletions

View File

@ -96,10 +96,11 @@ class FlashBladeShareDriver(driver.ShareDriver):
3.0.0 - Yoga release
4.0.0 - Zed release
5.0.0 - Antelope release
6.0.0 - Bobcat release
"""
VERSION = "5.0" # driver version
VERSION = "6.0" # driver version
USER_AGENT_BASE = "OpenStack Manila"
def __init__(self, *args, **kwargs):