From a99689f448b677982dea23f69c2f6600d9f32abd Mon Sep 17 00:00:00 2001 From: Keerthivasan Date: Mon, 26 Sep 2022 05:18:22 -0400 Subject: [PATCH] Pure Storage - bump version numbers for Antelope 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: Ic7c8ce0db1f872e8e8274f771ec66f0c7ac16eb8 --- manila/share/drivers/purestorage/flashblade.py | 4 +++- releasenotes/notes/pure_antelope_bump-6b3bd1b35f632aee.yaml | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/pure_antelope_bump-6b3bd1b35f632aee.yaml diff --git a/manila/share/drivers/purestorage/flashblade.py b/manila/share/drivers/purestorage/flashblade.py index a71b0dc4f7..a615551595 100644 --- a/manila/share/drivers/purestorage/flashblade.py +++ b/manila/share/drivers/purestorage/flashblade.py @@ -95,9 +95,11 @@ class FlashBladeShareDriver(driver.ShareDriver): 2.0.0 - Xena release 3.0.0 - Yoga release 4.0.0 - Zed release + 5.0.0 - Antelope release + """ - VERSION = "4.0" # driver version + VERSION = "5.0" # driver version USER_AGENT_BASE = "OpenStack Manila" def __init__(self, *args, **kwargs): diff --git a/releasenotes/notes/pure_antelope_bump-6b3bd1b35f632aee.yaml b/releasenotes/notes/pure_antelope_bump-6b3bd1b35f632aee.yaml new file mode 100644 index 0000000000..a056fb8ccd --- /dev/null +++ b/releasenotes/notes/pure_antelope_bump-6b3bd1b35f632aee.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + Pure Storage FlashBlade driver - Version number incremented for tracking purposes(Antelope release).