Pure Storage FlashBlade Manila - Version increment for Yoga

Change-Id: If61081cd11b15285a6ecef747f274b51ce95687c
This commit is contained in:
Simon Dodsley 2021-10-06 11:18:42 -04:00
parent b7013c90e5
commit 34d2094843
1 changed files with 7 additions and 1 deletions

View File

@ -89,8 +89,14 @@ def purity_fb_to_manila_exceptions(func):
class FlashBladeShareDriver(driver.ShareDriver):
"""Version hisotry:
VERSION = "2.0" # driver version
1.0.0 - Initial version
2.0.0 - Xena release
3.0.0 - Yoga release
"""
VERSION = "3.0" # driver version
USER_AGENT_BASE = "OpenStack Manila"
def __init__(self, *args, **kwargs):