Merge "Mark Datera driver unsupported"

This commit is contained in:
Zuul 2019-08-04 19:49:51 +00:00 committed by Gerrit Code Review
commit 248a1967fc
3 changed files with 18 additions and 1 deletions

View File

@ -99,6 +99,9 @@ class DateraDriver(san.SanISCSIDriver, api2.DateraApi, api21.DateraApi):
HEADER_DATA = {'Datera-Driver': 'OpenStack-Cinder-{}'.format(VERSION)}
# TODO(jsbryant) Remove driver in the 'U' release if CI is not fixed.
SUPPORTED = False
def __init__(self, *args, **kwargs):
super(DateraDriver, self).__init__(*args, **kwargs)
self.configuration.append_config_values(d_opts)

View File

@ -202,7 +202,7 @@ notes=A vendor driver is considered supported if the vendor is
accurate results. If a vendor doesn't meet this requirement
the driver is marked unsupported and is removed if the problem
isn't resolved before the end of the subsequent release.
driver.datera=complete
driver.datera=missing
driver.dell_emc_powermax=complete
driver.dell_emc_ps=complete
driver.dell_emc_sc=complete

View File

@ -0,0 +1,14 @@
---
upgrade:
- |
The driver for Datera's Storage Systems 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 driver for Datera's Storage Systems 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.