Merge "Mark the Tintri driver unsupported"

This commit is contained in:
Zuul 2018-10-04 22:49:51 +00:00 committed by Gerrit Code Review
commit 7877aa56b3
3 changed files with 18 additions and 1 deletions

View File

@ -88,6 +88,9 @@ class TintriDriver(driver.ManageableVD,
# ThirdPartySystems wiki page
CI_WIKI_NAME = "Tintri_CI"
# TODO(jsbryant) Remove driver in the 'T' release if CI is not fixed
SUPPORTED = False
REQUIRED_OPTIONS = ['tintri_server_hostname', 'tintri_server_username',
'tintri_server_password']

View File

@ -260,7 +260,7 @@ driver.rbd=complete
driver.sheepdog=complete
driver.storpool=complete
driver.synology=complete
driver.tintri=complete
driver.tintri=missing
driver.vrtshyperscale=complete
driver.vrtsaccess=complete
driver.vrtscnfs=complete

View File

@ -0,0 +1,14 @@
---
upgrade:
- |
The Tintri 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 Tintri 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, it will be
removed in the 'T' development cycle.