Mark the Tintri driver unsupported
The Tintri 3rd Party CI system hasn't reported in almost 4 months. This doens't meet Cinder's 3rd Party CI requirements so the driver is being marked unsupported. It will be removed in the 'T' release if the problem isn't resolved. Change-Id: I8cf2bc860dceff1d4041ac02812beb688e6dee36
This commit is contained in:
parent
1060074dcb
commit
5d94e7fc56
@ -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']
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user