Merge "Mark Veritas HyperScale Driver Unsupported"

This commit is contained in:
Zuul 2018-10-17 13:42:37 +00:00 committed by Gerrit Code Review
commit 80dac829b9
3 changed files with 18 additions and 1 deletions

View File

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

View File

@ -318,9 +318,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

View File

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