Mark Veritas HyperScale Driver Unsupported
The Veritas HyperScale Driver 3rd Pary CI hasn't reported in 153 days. This does not meet the requirements for Cinder's 3rd Party CI requirements. As a result the driver is being marked unsupported in the Stein release and should be removed in the 'T' release if the problems are not resolved. Change-Id: I4e20cdc555e9fb53dbc831f4464ccf80d9f01e7b
This commit is contained in:
parent
a2d4a9569e
commit
441a1c2368
@ -53,6 +53,9 @@ class HyperScaleDriver(driver.VolumeDriver):
|
||||
# ThirdPartySytems wiki page
|
||||
CI_WIKI_NAME = "Veritas_HyperScale_CI"
|
||||
|
||||
# TODO(jsbryant) Remove driver in the 'T' release if CI is not fixed.
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""Initialization"""
|
||||
|
||||
|
@ -323,9 +323,9 @@ driver.sheepdog=complete
|
||||
driver.storpool=complete
|
||||
driver.synology=complete
|
||||
driver.tintri=complete
|
||||
driver.vrtshyperscale=complete
|
||||
driver.vrtsaccess=complete
|
||||
driver.vrtscnfs=complete
|
||||
driver.vrtshyperscale=missing
|
||||
driver.vzstorage=complete
|
||||
driver.vmware=complete
|
||||
driver.win_iscsi=complete
|
||||
|
@ -0,0 +1,14 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The Veritas HyperScale 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 Veritas HyperScale 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