Merge "Mark Synology driver as unsupported"
This commit is contained in:
commit
ad54657026
@ -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)
|
||||
|
||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user