Merge "Mark the Nexenta Edge driver unsupported"
This commit is contained in:
commit
d71c0c1900
@ -47,6 +47,9 @@ class NexentaEdgeISCSIDriver(driver.ISCSIDriver):
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "Nexenta_Edge_CI"
|
||||
|
||||
# TODO(jsbryant) Remove driver in the 'T' release if CI is not fixed
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(NexentaEdgeISCSIDriver, self).__init__(*args, **kwargs)
|
||||
if self.configuration:
|
||||
|
@ -0,0 +1,14 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The Nexenta Edge 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 Nexenta Edge 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…
x
Reference in New Issue
Block a user