Merge "Mark ZTE driver as unsupported"

This commit is contained in:
Jenkins 2017-07-25 22:07:23 +00:00 committed by Gerrit Code Review
commit edf773125f
2 changed files with 18 additions and 0 deletions

View File

@ -689,6 +689,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)

View File

@ -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.