Merge "Mark Cisco FC ZM driver as unsupported"
This commit is contained in:
commit
3ff4f08b77
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user