Pure Storage - bump driver version for Zed

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: I9fa7e899eea25e73382561646582432c7fb82c8f
This commit is contained in:
Simon Dodsley 2022-03-16 13:02:06 -04:00
parent aaead1795c
commit e86d17f8e8
2 changed files with 6 additions and 1 deletions

View File

@ -94,9 +94,10 @@ class FlashBladeShareDriver(driver.ShareDriver):
1.0.0 - Initial version 1.0.0 - Initial version
2.0.0 - Xena release 2.0.0 - Xena release
3.0.0 - Yoga release 3.0.0 - Yoga release
4.0.0 - Zed release
""" """
VERSION = "3.0" # driver version VERSION = "4.0" # driver version
USER_AGENT_BASE = "OpenStack Manila" USER_AGENT_BASE = "OpenStack Manila"
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):

View File

@ -0,0 +1,4 @@
---
other:
- |
Pure Storage FlashBlade driver - Version number incremented for tracking purposes.