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:
Stephen Finucane 2017-02-08 12:25:47 +00:00
parent 5d434c4f72
commit c79c37d259
2 changed files with 6 additions and 0 deletions

View File

@ -923,6 +923,11 @@ Related options:
* use_neutron * use_neutron
"""), """),
cfg.StrOpt('firewall_driver', 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=""" help="""
Firewall driver to use with ``nova-network`` service. Firewall driver to use with ``nova-network`` service.

View File

@ -5,3 +5,4 @@ deprecations:
nova-network and are, like nova-network itself, now deprecated. nova-network and are, like nova-network itself, now deprecated.
- ``ipv6_backend`` - ``ipv6_backend``
- ``firewall_driver``