Merge "conf: Deprecate 'firewall_driver'"

This commit is contained in:
Jenkins
2017-03-03 23:05:34 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -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.

View File

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