summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-01-09 10:51:57 +0000
committerMark McLoughlin <markmc@redhat.com>2013-01-09 10:52:39 +0000
commitac4223eb82338816d6d775a3e6bed0167681a45a (patch)
treeef0380dac44d3ae3569dadc4b59d11abac852319 /etc
parent1db4b13d86d748d9619ea9ce37bb4663285468b5 (diff)
downloadnova-ac4223eb82338816d6d775a3e6bed0167681a45a.tar.gz
nova-ac4223eb82338816d6d775a3e6bed0167681a45a.tar.xz
nova-ac4223eb82338816d6d775a3e6bed0167681a45a.zip
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
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/rootwrap.d/baremetal-compute-pxe.filters11
1 files changed, 0 insertions, 11 deletions
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
-