Merge "Mark Prophetstor Driver Unsupported"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user