Mark Synology driver as unsupported

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

Checking name: Synology DSM CI
  first seen: 2017-04-03 16:45:46 (31 days, 0:25:58 old)
  last seen: 2017-05-04 16:56:29 (0:15:15 old)
  last success: 2017-04-06 11:03:10 (28 days, 6:08:34 old)
  Job synology-dsm-cinder-iscsi 0% success out of 250 comments S=1, F=249
      last success: 2017-04-06 11:03:10 (28 days, 6:08:34 old)
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: I9f74e85c5edfa64ded54b283fd382650617abddf
This commit is contained in:
Sean McGinnis 2017-05-05 13:02:07 -05:00
parent b92996ef35
commit 31ad999435
2 changed files with 17 additions and 0 deletions

View File

@ -34,6 +34,9 @@ class SynoISCSIDriver(driver.ISCSIDriver):
CI_WIKI_NAME = 'Synology_DSM_CI'
VERSION = '1.0.0'
# TODO(smcginnis) Remove driver in Queens if CI issues not addressed
SUPPORTED = False
def __init__(self, *args, **kwargs):
super(SynoISCSIDriver, self).__init__(*args, **kwargs)

View File

@ -0,0 +1,14 @@
---
upgrade:
- |
The Synology 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 Synology 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,
the driver will be removed in the Queens development cycle.