Merge "Mark Cisco FC ZM driver as unsupported"

This commit is contained in:
Zuul 2017-10-27 21:28:02 +00:00 committed by Gerrit Code Review
commit 3ff4f08b77
2 changed files with 18 additions and 0 deletions

View File

@ -75,6 +75,9 @@ class CiscoFCZoneDriver(fc_zone_driver.FCZoneDriver):
# ThirdPartySystems wiki name
CI_WIKI_NAME = "Cisco_ZM_CI"
# TODO(jsbryant) Remove driver in Rocky if CI is not fixed
SUPPORTED = False
def __init__(self, **kwargs):
super(CiscoFCZoneDriver, self).__init__(**kwargs)
self.configuration = kwargs.get('configuration', None)

View File

@ -0,0 +1,15 @@
---
upgrade:
- |
The Cisco Fibre Channel Zone Manager driver 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 Cisco Firbre Channel Zone Manager driver 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, they
will be removed in the Queens development cycle.