Merge "Revert "Mark ETERNUS drivers as unsupported""
This commit is contained in:
commit
674db75349
@ -38,9 +38,6 @@ class FJDXFCDriver(driver.FibreChannelDriver):
|
||||
CI_WIKI_NAME = "Fujitsu_ETERNUS_CI"
|
||||
VERSION = eternus_dx_common.FJDXCommon.VERSION
|
||||
|
||||
# TODO(smcginnis) Remove driver in Queens if CI requirements are not metA
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
super(FJDXFCDriver, self).__init__(*args, **kwargs)
|
||||
|
@ -37,9 +37,6 @@ class FJDXISCSIDriver(driver.ISCSIDriver):
|
||||
CI_WIKI_NAME = "Fujitsu_ETERNUS_CI"
|
||||
VERSION = eternus_dx_common.FJDXCommon.VERSION
|
||||
|
||||
# TODO(smcginnis) Remove driver in Queens if CI requirements are not met
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
super(FJDXISCSIDriver, self).__init__(*args, **kwargs)
|
||||
|
@ -1,14 +0,0 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The Fujitsu ETERNUS iSCSI and FC 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 them.
|
||||
deprecations:
|
||||
- |
|
||||
The Fujitsu ETERNUS iSCSI and FC 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 them.
|
||||
If their support status does not change, they will be removed in the Queens
|
||||
development cycle.
|
Loading…
Reference in New Issue
Block a user