Pure Storage - bump version numbers for 2025.1 (Epoxy)

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: Ic5a333ecfa2147e4ac5d80a25639d3c488064b65
This commit is contained in:
Simon Dodsley 2024-10-02 10:50:34 -04:00
parent 8cf96a0251
commit cf6f2ee84f

View File

@ -101,10 +101,11 @@ class FlashBladeShareDriver(driver.ShareDriver):
5.0.0 - Antelope release 5.0.0 - Antelope release
6.0.0 - Bobcat release 6.0.0 - Bobcat release
7.0.0 - 2024.1 (Caracal) release 7.0.0 - 2024.1 (Caracal) release
8.0.0 - 2025.1 (Epoxy) release
""" """
VERSION = "7.0" # driver version VERSION = "8.0" # driver version
USER_AGENT_BASE = "OpenStack Manila" USER_AGENT_BASE = "OpenStack Manila"
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):