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
This commit is contained in:
parent
e597c4b5e6
commit
a99689f448
@ -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):
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
Pure Storage FlashBlade driver - Version number incremented for tracking purposes(Antelope release).
|
Loading…
Reference in New Issue
Block a user