rootwrap: remove obsolete filters for baremetal

The nova-baremetal-deploy-helper tool and nova/virt/baremetal/ipmi.py
were deleted long ago in

  commit 46ed619b9a
  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
This commit is contained in:
Daniel P. Berrange 2015-07-30 15:56:01 +01:00
parent 31396bc1b1
commit 32dd1fe44d
2 changed files with 0 additions and 20 deletions

View File

@ -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

View File

@ -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