From 0c961741e03a0e08f7c39f508afcc9267be0ee7f Mon Sep 17 00:00:00 2001 From: Michael Still Date: Wed, 25 Oct 2017 15:20:13 +1100 Subject: Move infiniband vif plugging to privsep. This code isn't well labelled, but I am pretty sure it is for Mellanox Infifiband VIFs. Same pattern as the others. As best as I can see these methods had no test coverage, but I think that's outside the scope of the current privsep work to fix. Change-Id: I323399643c9978a115fdc1213876da2d85dcd8db blueprint: hurrah-for-privsep --- etc/nova/rootwrap.d/compute.filters | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc') diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters index a2fc4754fa..4ccb68f4db 100644 --- a/etc/nova/rootwrap.d/compute.filters +++ b/etc/nova/rootwrap.d/compute.filters @@ -49,9 +49,6 @@ ivs-ctl: CommandFilter, ivs-ctl, root # nova/virt/libvirt/vif.py: 'vrouter-port-control', ... 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 -- cgit v1.2.1