Mark Prophetstor Driver Unsupported
The Prophetstor Driver 3rd Party CI hasn't reported in 188 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 Train release and should be removed in the 'U' release if the problems are not resolved. Change-Id: I78fe008c3b715f14d61f3fcef4920db5ac037344
This commit is contained in:
parent
a65c609d42
commit
1d488005a5
@ -668,6 +668,9 @@ class DPLCOMMONDriver(driver.CloneableImageVD,
|
|||||||
# ThirdPartySystems wiki page
|
# ThirdPartySystems wiki page
|
||||||
CI_WIKI_NAME = "ProphetStor_CI"
|
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):
|
def __init__(self, *args, **kwargs):
|
||||||
cert_path = None
|
cert_path = None
|
||||||
cert_verify = False
|
cert_verify = False
|
||||||
|
@ -248,7 +248,7 @@ driver.nexenta=complete
|
|||||||
driver.nfs=complete
|
driver.nfs=complete
|
||||||
driver.nimble=complete
|
driver.nimble=complete
|
||||||
driver.oracle_zfssa=complete
|
driver.oracle_zfssa=complete
|
||||||
driver.prophetstor=complete
|
driver.prophetstor=missing
|
||||||
driver.pure=complete
|
driver.pure=complete
|
||||||
driver.qnap=complete
|
driver.qnap=complete
|
||||||
driver.quobyte=complete
|
driver.quobyte=complete
|
||||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user