enable bridge command for openvswitch agent
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
edan david |
Bug Description
Neutron's openvswitch agent has an extension called "fdb" that uses linux "bridge" command.
currently, this command is not enabled for ovs agent by the wrootwrap filter.
This is required to enable fdb extension, otherwise, we will encounter an unhandled exception:
Initializing agent extension 'fdb'
2017-10-02 17:47:50.942 51765 INFO oslo_rootwrap.
2017-10-02 17:47:50.948 51765 ERROR neutron.
2017-10-02 17:47:50.949 51765 ERROR neutron.
Changed in neutron: | |
assignee: | nobody → edan david (edand) |
status: | New → In Progress |
tags: | added: ovs |
Changed in neutron: | |
importance: | Undecided → Medium |
tags: | added: pike-backport-potential |
Patch to fix this bug: https:/ /review. openstack. org/517985