Merge "Mark Prophetstor Driver Unsupported"

This commit is contained in:
Zuul
2019-06-12 17:02:35 +00:00
committed by Gerrit Code Review
3 changed files with 18 additions and 1 deletions

View File

@@ -668,6 +668,9 @@ class DPLCOMMONDriver(driver.CloneableImageVD,
# ThirdPartySystems wiki page
CI_WIKI_NAME = "ProphetStor_CI"
# TODO(jsbryant) Remove driver in the 'U' release if CI is not fixed.
SUPPORTED = False
def __init__(self, *args, **kwargs):
cert_path = None
cert_verify = False

View File

@@ -244,7 +244,7 @@ driver.nexenta=complete
driver.nfs=complete
driver.nimble=complete
driver.oracle_zfssa=complete
driver.prophetstor=complete
driver.prophetstor=missing
driver.pure=complete
driver.qnap=complete
driver.quobyte=complete

View File

@@ -0,0 +1,14 @@
---
upgrade:
- |
The Prophetstor 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 Prophetstor 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 'U' development cycle.