Merge "Mark Synology driver as unsupported"

This commit is contained in:
Jenkins 2017-06-07 18:29:34 +00:00 committed by Gerrit Code Review
commit ad54657026
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.