Merge "Revert "Mark ETERNUS drivers as unsupported""

This commit is contained in:
Jenkins 2017-08-11 00:34:00 +00:00 committed by Gerrit Code Review
commit 674db75349
3 changed files with 0 additions and 20 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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.