tripleo-heat-templates/releasenotes/notes/Remove-NeutronFirewallDriver-option-f4289b404abcc0b3.yaml
Slawek Kaplonski d9bae4c556 Deprecate old NeutronFirewallDriver option
This option was used to configure firewall driver in the neutron
server's config.
That isn't really used in Neutron since around Newton release as
since Newton agents are reporting to the server what firewall driver
they are using and that is used in neutron ML2 plugin.

Firewall driver can be configured on the agent's side using
``NeutronOVSFirewallDriver`` option which is still here.

Neutron removes usage of this option on the server side with patch
https://review.opendev.org/#/c/726351/

Change-Id: Ifd1527503926b9f86ed567d9396e696d86457715
2020-05-19 22:50:43 +02:00

13 lines
585 B
YAML

---
deprecations:
- |
Usage of the option ``NeutronFirewallDriver`` which was used to set
``firewall_driver`` config option in the Neutron server's config is now
deprecated.
Firewall driver should be set per agent in the agent's config.
It can be done using ``NeutronOVSFirewallDriver`` option.
Option in the Neutron server was in there just for backward
compatybility reasons but since Newton release all Neutron agents are
reporting to the server what firewall driver is used so there is no need to
keep this legacy, server side option anymore.