summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2017-09-27 06:56:34 +1000
committerMichael Still <mikal@stillhq.com>2017-10-24 18:50:23 +1100
commit3f7995f586b2382eb3fa15278fb321b89fdc2422 (patch)
tree8e83bb0d7f604ee3659c4da0c380a97ad4e8201f /etc
parenta067f8c64654a058e04e41389019bd6ff5841cdc (diff)
downloadnova-3f7995f586b2382eb3fa15278fb321b89fdc2422.tar.gz
Move the idmapshift binary into privsep.
I can't see any evidence that anyone else uses our nova-idmapshift binary, and it adds a lot of complexity (flags we never call for example). Move the code we do actually use into the privsep directory and simplify our calls to it. Remove the extra binary from our install and documentation. Change-Id: Ibce28d20d166da154833376cf51f1877b829925e blueprint: hurrah-for-privsep
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/rootwrap.d/compute.filters3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters
index ca540fb272..77026083c4 100644
--- a/etc/nova/rootwrap.d/compute.filters
+++ b/etc/nova/rootwrap.d/compute.filters
@@ -137,9 +137,6 @@ 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