summaryrefslogtreecommitdiff
path: root/etc/nova/rootwrap.d
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2015-07-30 15:56:01 +0100
committerDaniel P. Berrange <berrange@redhat.com>2015-07-30 15:56:01 +0100
commit32dd1fe44d2fea74cc2b71de1780662290918514 (patch)
tree7a88ac89a25a9c1bac9fdd18b3770554df6f59bf /etc/nova/rootwrap.d
parent31396bc1b1b891218e61eaf1d53aa2ddd104c96e (diff)
downloadnova-32dd1fe44d2fea74cc2b71de1780662290918514.tar.gz
rootwrap: remove obsolete filters for baremetal
The nova-baremetal-deploy-helper tool and nova/virt/baremetal/ipmi.py were deleted long ago in commit 46ed619b9ab1d61582f36155eea0d4a88f31fd50 Author: Dan Smith <dansmith@redhat.com> Date: Tue Oct 7 07:08:45 2014 -0700 Remove baremetal virt driver but it forgot to remove the corresponding rootwrap filters Change-Id: I952e484cf0b7b6526dced74769ed00a1b7541711
Diffstat (limited to 'etc/nova/rootwrap.d')
-rw-r--r--etc/nova/rootwrap.d/baremetal-compute-ipmi.filters9
-rw-r--r--etc/nova/rootwrap.d/baremetal-deploy-helper.filters11
2 files changed, 0 insertions, 20 deletions
diff --git a/etc/nova/rootwrap.d/baremetal-compute-ipmi.filters b/etc/nova/rootwrap.d/baremetal-compute-ipmi.filters
deleted file mode 100644
index 4132a99964..0000000000
--- a/etc/nova/rootwrap.d/baremetal-compute-ipmi.filters
+++ /dev/null
@@ -1,9 +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/ipmi.py: 'ipmitool', ..
-ipmitool: CommandFilter, ipmitool, root
-
-# nova/virt/baremetal/ipmi.py: 'kill', '-TERM', str(console_pid)
-kill_shellinaboxd: KillFilter, root, /usr/local/bin/shellinaboxd, -15, -TERM
diff --git a/etc/nova/rootwrap.d/baremetal-deploy-helper.filters b/etc/nova/rootwrap.d/baremetal-deploy-helper.filters
deleted file mode 100644
index 6d14b5d9fc..0000000000
--- a/etc/nova/rootwrap.d/baremetal-deploy-helper.filters
+++ /dev/null
@@ -1,11 +0,0 @@
-# nova-rootwrap command filters for nova-baremetal-deploy-helper
-# This file should be owned by (and only-writeable by) the root user
-
-[Filters]
-# nova-baremetal-deploy-helper
-iscsiadm: CommandFilter, iscsiadm, root
-sfdisk: CommandFilter, sfdisk, root
-dd: CommandFilter, dd, root
-mkswap: CommandFilter, mkswap, root
-blkid: CommandFilter, blkid, root
-mkfs: CommandFilter, mkfs, root