diff --git a/cinder/volume/drivers/zte/zte_ks.py b/cinder/volume/drivers/zte/zte_ks.py index bc650300ae7..8f76426c3a3 100644 --- a/cinder/volume/drivers/zte/zte_ks.py +++ b/cinder/volume/drivers/zte/zte_ks.py @@ -688,6 +688,9 @@ class ZteISCSIDriver(ZTEVolumeDriver, driver.ISCSIDriver): # ThirdPartySystems wiki page WIKI_CI_NAME = "ZTE_cinder2_CI" + # TODO(smcginnis) Remove driver in Queens if CI issues not fixed + SUPPORTED = False + def __init__(self, *args, **kwargs): super(ZteISCSIDriver, self).__init__(*args, **kwargs) diff --git a/releasenotes/notes/mark-zte-unsupported-3c048e419264eca2.yaml b/releasenotes/notes/mark-zte-unsupported-3c048e419264eca2.yaml new file mode 100644 index 00000000000..2e5eddd2aa9 --- /dev/null +++ b/releasenotes/notes/mark-zte-unsupported-3c048e419264eca2.yaml @@ -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. +