Add nova-idmapshift to rootwrap filters
nova-idmapshift is missing the rootwrap filter it needs to run as root. This commit adds those filters. Change-Id: I96572a495628cc072392e1d7248699450b3e0aeb Closes-Bug: #1452143
This commit is contained in:
@@ -162,6 +162,9 @@ brctl: CommandFilter, brctl, root
|
||||
# nova/virt/xenapi/vm_utils.py: 'mkswap'
|
||||
mkswap: CommandFilter, mkswap, root
|
||||
|
||||
# nova/virt/libvirt/utils.py: 'nova-idmapshift'
|
||||
nova-idmapshift: CommandFilter, nova-idmapshift, root
|
||||
|
||||
# nova/virt/xenapi/vm_utils.py: 'mkfs'
|
||||
# nova/utils.py: 'mkfs', fs, path, label
|
||||
mkfs: CommandFilter, mkfs, root
|
||||
|
||||
Reference in New Issue
Block a user