File: deprecate-ml2-firewall_driver-a8598f1c2dd060f1.yaml

package info (click to toggle)
puppet-module-neutron 25.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,708 kB
  • sloc: ruby: 12,680; python: 38; sh: 15; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
---
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.