From ac4223eb82338816d6d775a3e6bed0167681a45a Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 9 Jan 2013 10:51:57 +0000 Subject: Remove baremetal-compute-pxe.filters The baremetal PXE driver doesn't seem to run dnsmasq at all, so remove the rootwrap filter which allows it to do so. This was introduced by commit a2f260f. Change-Id: I4cc1127222b73af218a6a8808d0ad54478878af1 --- etc/nova/rootwrap.d/baremetal-compute-pxe.filters | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 etc/nova/rootwrap.d/baremetal-compute-pxe.filters diff --git a/etc/nova/rootwrap.d/baremetal-compute-pxe.filters b/etc/nova/rootwrap.d/baremetal-compute-pxe.filters deleted file mode 100644 index 35fa61723..000000000 --- a/etc/nova/rootwrap.d/baremetal-compute-pxe.filters +++ /dev/null @@ -1,11 +0,0 @@ -# nova-rootwrap command filters for compute nodes -# This file should be owned by (and only-writeable by) the root user - -[Filters] - -# nova/virt/baremetal/pxe.py: 'dnsmasq', ... -dnsmasq: CommandFilter, /usr/sbin/dnsmasq, root - -# nova/virt/baremetal/pxe.py: 'kill', '-TERM', str(dnsmasq_pid) -kill_dnsmasq: KillFilter, root, /usr/sbin/dnsmasq, -15, -TERM - -- cgit