Mark Nimble Storage Driver supported

Nimble Storage cinder driver had been marked as unsupported due to lack
of external CI running log. CI system is up
and running, updating it to be supported

Change-Id: I9c22c5f224a510e125b1dd82441eb1d63a8728f3
Signed-off-by: Raunak Kumar <rkumar@nimblestorage.com>
(cherry picked from commit 03d2762f88)
Signed-off-by: Raunak Kumar <rkumar@nimblestorage.com>
This commit is contained in:
Raunak Kumar 2020-03-31 23:28:55 -07:00
parent cfa2d1be17
commit 1f3fa9fb83
3 changed files with 8 additions and 4 deletions

View File

@ -137,9 +137,6 @@ class NimbleBaseVolumeDriver(san.SanDriver):
# ThirdPartySystems wiki page
CI_WIKI_NAME = "Nimble_Storage_CI"
# TODO(jsbryant) Remove driver in the 'U' release if CI is not fixed.
SUPPORTED = False
def __init__(self, *args, **kwargs):
super(NimbleBaseVolumeDriver, self).__init__(*args, **kwargs)
self.APIExecutor = None

View File

@ -247,8 +247,8 @@ driver.netapp_ontap=complete
driver.netapp_solidfire=complete
driver.nexenta=complete
driver.nfs=complete
driver.nimble=missing
driver.oracle_zfssa=missing
driver.nimble=complete
driver.prophetstor=missing
driver.pure=complete
driver.qnap=complete

View File

@ -0,0 +1,7 @@
---
upgrade:
- |
HPE Nimble Storage drivers had been previously marked unsupported. Testing
requirements have been addressed and they are now fully supported again.
HPE Nimble Storage drivers allow cinder to manage volumes both in iSCSI and
FC environment.