Rename and update ironic-deploy-helper rootwrap

The utility baremetal-deploy-helper is no longer available in ironic.
Rename the rootwrap file to ironic-utils and update the list of commands
and their location.

Change-Id: I89b7bc7f7db33763000d83a93ae028af773453de
This commit is contained in:
Ghe Rivero 2014-01-22 08:53:22 +00:00
parent 817042d6ad
commit 36b4c7f35e
1 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,13 @@
# ironic-rootwrap command filters for ironic-deploy-helper
# ironic-rootwrap command filters for disk manipulation
# This file should be owned by (and only-writeable by) the root user
[Filters]
# ironic-deploy-helper
# ironic/drivers/modules/deploy_utils.py
iscsiadm: CommandFilter, iscsiadm, root
sfdisk: CommandFilter, sfdisk, root
dd: CommandFilter, dd, root
mkswap: CommandFilter, mkswap, root
blkid: CommandFilter, blkid, root
# ironic/common/utils.py
mkswap: CommandFilter, mkswap, root
mkfs: CommandFilter, mkfs, root