neutron/releasenotes/notes/enable-bridge-command-openvswitch-agent-d07c0b59ea9f864f.yaml
Edan David c6d8ccb640 Enable bridge command for openvswitch agent
Allow ovs agent to run bridge command.
This is necessary because FDB extension uses bridge to update the FDB table.

Closes-Bug: #1730407

Change-Id: I0897f1efcf36fc7f6f06e80c3b29c0e1fa14b141
2017-11-08 02:03:44 -05:00

10 lines
314 B
YAML

---
fixes:
- |
The Openvswitch agent has an extension called ``fdb`` that uses
the Linux ``bridge`` command.
The ``bridge`` command has been added to the
rootwrap openvswitch-plugin.filters file.
For more information, see bug:
`1730407 <https://bugs.launchpad.net/neutron/+bug/1730407>`_