Merge "Mark Brocade FC ZM driver unsupported"
This commit is contained in:
commit
632f178e8e
@ -83,6 +83,9 @@ class BrcdFCZoneDriver(fc_zone_driver.FCZoneDriver):
|
|||||||
# ThirdPartySystems wiki page
|
# ThirdPartySystems wiki page
|
||||||
CI_WIKI_NAME = "Brocade_OpenStack_CI"
|
CI_WIKI_NAME = "Brocade_OpenStack_CI"
|
||||||
|
|
||||||
|
# TODO(smcginnis) Evaluate removing plans once we get to the V release
|
||||||
|
SUPPORTED = False
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
super(BrcdFCZoneDriver, self).__init__(**kwargs)
|
super(BrcdFCZoneDriver, self).__init__(**kwargs)
|
||||||
self.sb_conn_map = {}
|
self.sb_conn_map = {}
|
||||||
|
@ -50,6 +50,12 @@ Brocade Fibre Channel Zone Driver
|
|||||||
Brocade Fibre Channel Zone Driver performs zoning operations
|
Brocade Fibre Channel Zone Driver performs zoning operations
|
||||||
through HTTP, HTTPS, or SSH.
|
through HTTP, HTTPS, or SSH.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
|
||||||
|
The Brocade Fibre Channel Zone Driver is no longer supported. It is subject
|
||||||
|
to removal during the "V" development cycle, following the standard
|
||||||
|
OpenStack deprecation policy.
|
||||||
|
|
||||||
Set the following options in the ``cinder.conf`` configuration file under the
|
Set the following options in the ``cinder.conf`` configuration file under the
|
||||||
``[fc-zone-manager]`` section.
|
``[fc-zone-manager]`` section.
|
||||||
|
|
||||||
|
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The Brocade Fibre Channel Zone Manager driver has been marked as
|
||||||
|
unsupported and is now deprecated. It is subject to removal during the "V"
|
||||||
|
development cycle, following the standard OpenStack deprecation policy.
|
||||||
|
The config option ``enable_unsupported_driver`` will need to be set to
|
||||||
|
``True`` in the driver's section in cinder.conf to continue to use it
|
||||||
|
in this release.
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
The Brocade Fibre Channel Zone Manager driver has been marked as
|
||||||
|
unsupported and is now deprecated. It is subject to removal during the "V"
|
||||||
|
development cycle, following the standard OpenStack deprecation policy.
|
||||||
|
The config option ``enable_unsupported_driver`` will need to be set to
|
||||||
|
``True`` in the driver's section in cinder.conf to continue to use it
|
||||||
|
in this release.
|
Loading…
x
Reference in New Issue
Block a user