Merge "Mark ZTE driver as unsupported"
This commit is contained in:
commit
edf773125f
@ -689,6 +689,9 @@ class ZteISCSIDriver(ZTEVolumeDriver, driver.ISCSIDriver):
|
|||||||
# ThirdPartySystems wiki page
|
# ThirdPartySystems wiki page
|
||||||
WIKI_CI_NAME = "ZTE_cinder2_CI"
|
WIKI_CI_NAME = "ZTE_cinder2_CI"
|
||||||
|
|
||||||
|
# TODO(smcginnis) Remove driver in Queens if CI issues not fixed
|
||||||
|
SUPPORTED = False
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(ZteISCSIDriver, self).__init__(*args, **kwargs)
|
super(ZteISCSIDriver, self).__init__(*args, **kwargs)
|
||||||
|
|
||||||
|
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The ZTE 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 ZTE 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.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user