From eee50beaafb47a80033caa3f348b91ecec9fb5ef Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 13 Jan 2016 13:10:56 +0900 Subject: [PATCH] Add mm-ctl to compute.filters It's used to plug/unplug VIF_TYPE_MIDONET vifs on compute nodes. Closes-Bug: #1533473 Related-Bug: #1235132 Change-Id: Ic8e8b19ec1083d1c9cdab3d17dcaddbe43bb76b4 --- etc/nova/rootwrap.d/compute.filters | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters index 6d65fb0f747b..a731178aa327 100644 --- a/etc/nova/rootwrap.d/compute.filters +++ b/etc/nova/rootwrap.d/compute.filters @@ -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