Pure Storage FlashBlade Manila - Version increment for Yoga
Change-Id: If61081cd11b15285a6ecef747f274b51ce95687c
This commit is contained in:
parent
b7013c90e5
commit
34d2094843
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user