From cf6f2ee84f785bc4fb4fb534346a97e546042cca Mon Sep 17 00:00:00 2001 From: Simon Dodsley Date: Wed, 2 Oct 2024 10:50:34 -0400 Subject: [PATCH] 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 --- manila/share/drivers/purestorage/flashblade.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manila/share/drivers/purestorage/flashblade.py b/manila/share/drivers/purestorage/flashblade.py index 138059c9a4..0bd02681f4 100644 --- a/manila/share/drivers/purestorage/flashblade.py +++ b/manila/share/drivers/purestorage/flashblade.py @@ -101,10 +101,11 @@ class FlashBladeShareDriver(driver.ShareDriver): 5.0.0 - Antelope release 6.0.0 - Bobcat 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" def __init__(self, *args, **kwargs):