puppet-neutron/releasenotes/notes/deprecate-ml2-firewall_driver-a8598f1c2dd060f1.yaml
Slawek Kaplonski 1868cb6dc5 Deprecate firewal_driver option in the Neutron's ML2 config
Config option ``firewall_driver`` should be set in the Neutron agent's, not
in the server.
Usage of this option in the Neutron server was there just for backward
compatibility with old agents which can't report what driver they are using.
Since Newton all Neutron drivers are reporting that in heartbeat messages and
there is no need to keep configure this in the neutron server's side.

Neutron is removing this option from the neutron server in patch:
https://review.opendev.org/#/c/726351/

Change-Id: I19a2aa4151cd798fa35248bf3f39dd0819fdc8af
2020-05-26 23:26:36 +09:00

12 lines
622 B
YAML

---
deprecations:
- |
Usage of config option ``firewall_driver`` in the ``neutron::plugins::ml2``
class is now deprecated and has no effect on the deployment.
Config option ``firewall_driver`` should be set in the classes for agents'
configuration like ``neutron::agents::ml2::ovs`` instead.
Usage of this option in the Neutron server was there just for backward
compatibility with old agents which can't report what driver they are using.
Since Newton all Neutron drivers are reporting that in heartbeat messages and
there is no need to keep configure this in the neutron server's side.