Merge "Mark ETERNUS drivers as unsupported"

This commit is contained in:
Jenkins 2017-05-24 14:11:22 +00:00 committed by Gerrit Code Review
commit ac09366e0b
3 changed files with 20 additions and 0 deletions

View File

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

@ -0,0 +1,14 @@
---
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.