conf: Deprecate 'firewall_driver'
This is a nova-network option that can be removed. Change-Id: Ifcb8b4755416280cd13c5ccfbc47d79ae7845e28 Implements: blueprint centralize-config-options-pike
This commit is contained in:
parent
5d434c4f72
commit
c79c37d259
@ -923,6 +923,11 @@ Related options:
|
||||
* use_neutron
|
||||
"""),
|
||||
cfg.StrOpt('firewall_driver',
|
||||
deprecated_for_removal=True,
|
||||
deprecated_since='16.0.0',
|
||||
deprecated_reason="""
|
||||
nova-network is deprecated, as are any related configuration options.
|
||||
""",
|
||||
help="""
|
||||
Firewall driver to use with ``nova-network`` service.
|
||||
|
||||
|
@ -5,3 +5,4 @@ deprecations:
|
||||
nova-network and are, like nova-network itself, now deprecated.
|
||||
|
||||
- ``ipv6_backend``
|
||||
- ``firewall_driver``
|
||||
|
Loading…
x
Reference in New Issue
Block a user