Mark Cisco FC ZM driver as unsupported

The Cisco Fibre Channel Zone Manager CI has not run
successfully during the required period:

Checking name: Cisco CI
  first seen: 2017-02-14 06:07:46 (226 days, 11:04:34 old)
  last seen: 2017-03-03 16:52:40 (209 days, 0:19:40 old)
  last success: 2017-02-23 17:09:46 (217 days, 0:02:34 old)
  Job cisco_zm_cinder 48% success out of 250 comments S=122, F=128
      last success: 2017-02-23 17:09:46 (217 days, 0:02:34 old)

Per Cinder's non-compliance policy, this patch marks the driver
as unsupported and deprecated.  The driver will be removed in
the next cycle if the problem is not corrected.

Change-Id: I008cd9089568c5ba084f9c1dacb1ab6e47fc7362
This commit is contained in:
Jay S. Bryant 2017-09-28 14:12:59 -05:00
parent 7aca716a0f
commit c92c428233
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.