Skip to content

Commit

Permalink
Add mm-ctl to compute.filters
Browse files Browse the repository at this point in the history
It's used to plug/unplug VIF_TYPE_MIDONET vifs on compute nodes.

Closes-Bug: #1533473
Related-Bug: #1235132
Change-Id: Ic8e8b19ec1083d1c9cdab3d17dcaddbe43bb76b4
  • Loading branch information
yamt committed Jan 13, 2016
1 parent 34cf19c commit eee50be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/nova/rootwrap.d/compute.filters
Expand Up @@ -92,6 +92,9 @@ vrouter-port-control: CommandFilter, vrouter-port-control, root
# nova/virt/libvirt/vif.py: 'ebrctl', ...
ebrctl: CommandFilter, ebrctl, root

# nova/virt/libvirt/vif.py: 'mm-ctl', ...
mm-ctl: CommandFilter, mm-ctl, root

# nova/network/linux_net.py: 'ovs-ofctl', ....
ovs-ofctl: CommandFilter, ovs-ofctl, root

Expand Down

0 comments on commit eee50be

Please sign in to comment.