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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user