Pure Storage - bump version number for 2025.2 (Flamingo)

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: I44e146ea537038c16a10928a368f4fb9500a576b
This commit is contained in:
Simon Dodsley
2025-03-18 16:03:51 -04:00
parent 32948b7135
commit fd8982e9c0

View File

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