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
This commit is contained in:
Edan David 2017-11-06 08:20:52 -05:00
parent d8121eab35
commit c6d8ccb640
2 changed files with 12 additions and 0 deletions

View File

@ -21,3 +21,6 @@ ovsdb-client: CommandFilter, ovsdb-client, root
ip: IpFilter, ip, root
find: RegExpFilter, find, root, find, /sys/class/net, -maxdepth, 1, -type, l, -printf, %.*
ip_exec: IpNetnsExecFilter, ip, root
# needed for FDB extention
bridge: CommandFilter, bridge, root

View File

@ -0,0 +1,9 @@
---
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>`_