Mark Reduxio driver as unsupported

The Reduxio CI has not reported success past our CI required period.

Checking name: Reduxio HX550 CI
  first seen: 2017-03-14 02:25:08 (51 days, 14:46:16 old)
  last seen: 2017-03-23 06:34:03 (42 days, 10:37:21 old)
  last success:  None
  Job dsvm-cinder-driver-copy 0% success out of 250 comments S=0, F=250
Overall success rate: 0% of 250 comments

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

Change-Id: I6a01344be588d507eba739bd1a6e6a47ea3f159c
This commit is contained in:
Sean McGinnis 2017-05-05 12:55:16 -05:00
parent b92996ef35
commit 0953f1b6c2
2 changed files with 16 additions and 0 deletions

View File

@ -58,6 +58,9 @@ class ReduxioISCSIDriver(san.SanISCSIDriver):
VERSION = '1.0.1'
CI_WIKI_NAME = "Reduxio_HX550_CI"
# TODO(smcginnis) Remove driver in Queens if CI issues haven't been fixed
SUPPORTED = False
def __init__(self, *args, **kwargs):
"""Initialize Reduxio ISCSI Driver."""
LOG.info("Initializing Reduxio ISCSI Driver")

View File

@ -0,0 +1,13 @@
---
upgrade:
- |
The Reduxio driver has been marked unsupported and is now
deprecated. ``use_unsupported_driver`` will need to be set to
``True`` in the driver's section in cinder.conf to use it.
deprecations:
- |
The Reduxio driver has been marked unsupported and is now
deprecated. ``use_unsupported_driver`` will need to be set to
``True`` in the driver's section in cinder.conf to use it.
If its support status does not change, the driver will be
removed in the Queens development cycle.