Merge "Mark the Nimble Driver Unsupported"

This commit is contained in:
Zuul 2019-06-18 21:00:25 +00:00 committed by Gerrit Code Review
commit d092adcec5
3 changed files with 18 additions and 1 deletions

View File

@ -137,6 +137,9 @@ 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

@ -239,7 +239,7 @@ driver.netapp_ontap=complete
driver.netapp_solidfire=complete
driver.nexenta=complete
driver.nfs=complete
driver.nimble=complete
driver.nimble=missing
driver.oracle_zfssa=complete
driver.prophetstor=missing
driver.pure=complete

View File

@ -0,0 +1,14 @@
---
upgrade:
- |
The Nimble driver has been marked as unsupported and is now
deprecated. ``enable_unsupported_driver`` will need to be set
to ``True`` in the driver's section in cinder.conf to continue
to use it.
deprecations:
- |
The Nimble driver has been marked as unsupported and is now
deprecated. ``enable_unsupported_driver`` will need to be set
to ``True`` in the driver's section in cinder.conf to continue
to use it. If its support status does not change, it will be
removed in the 'U' development cycle.