Merge "Mark Dell EMC CoprHD Drivers unsupported"
This commit is contained in:
commit
baef0227fa
@ -40,6 +40,9 @@ class EMCCoprHDFCDriver(driver.FibreChannelDriver):
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "EMC_CoprHD_CI"
|
||||
|
||||
# TODO(jsbryant) Remove driver in Stein if CI is not fixed
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(EMCCoprHDFCDriver, self).__init__(*args, **kwargs)
|
||||
self.common = self._get_common_driver()
|
||||
|
@ -36,6 +36,9 @@ class EMCCoprHDISCSIDriver(driver.ISCSIDriver):
|
||||
# ThirdPartySystems wiki page name
|
||||
CI_WIKI_NAME = "EMC_CoprHD_CI"
|
||||
|
||||
# TODO(jsbryant) Remove driver in Stein if CI is not fixed
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(EMCCoprHDISCSIDriver, self).__init__(*args, **kwargs)
|
||||
self.common = self._get_common_driver()
|
||||
|
@ -0,0 +1,15 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The Dell EMC CoprHD drivers have been marked as unsupported and are 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 Dell EMC CoprHD drivers have been marked as unsupported and are 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, they will be
|
||||
removed in the Stein development cycle.
|
||||
|
Loading…
x
Reference in New Issue
Block a user