Merge "Mark Nimble Storage Driver supported"

This commit is contained in:
Zuul 2020-04-09 10:01:09 +00:00 committed by Gerrit Code Review
commit 79c3b155bb
4 changed files with 9 additions and 5 deletions

View File

@ -15,8 +15,8 @@
import sys import sys
from unittest import mock
import mock
from six.moves import http_client from six.moves import http_client
from cinder import context from cinder import context

View File

@ -138,9 +138,6 @@ class NimbleBaseVolumeDriver(san.SanDriver):
# ThirdPartySystems wiki page # ThirdPartySystems wiki page
CI_WIKI_NAME = "Nimble_Storage_CI" 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): def __init__(self, *args, **kwargs):
super(NimbleBaseVolumeDriver, self).__init__(*args, **kwargs) super(NimbleBaseVolumeDriver, self).__init__(*args, **kwargs)
self.APIExecutor = None self.APIExecutor = None

View File

@ -233,7 +233,7 @@ driver.netapp_ontap=complete
driver.netapp_solidfire=complete driver.netapp_solidfire=complete
driver.nexenta=complete driver.nexenta=complete
driver.nfs=complete driver.nfs=complete
driver.nimble=missing driver.nimble=complete
driver.prophetstor=missing driver.prophetstor=missing
driver.pure=complete driver.pure=complete
driver.qnap=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.