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:
parent
aaead1795c
commit
e86d17f8e8
@ -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):
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- |
|
||||||
|
Pure Storage FlashBlade driver - Version number incremented for tracking purposes.
|
Loading…
Reference in New Issue
Block a user