summaryrefslogtreecommitdiff
path: root/openstack-nova.configure
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-16 17:34:52 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-03-23 22:58:54 +0000
commitb9715b06cef00bb62959604025a9f2eaeae6d416 (patch)
treedd0aae8a282d658cf94eb1cfd631bdb68324a5c6 /openstack-nova.configure
parent625f44ec72e0963858c1a4f9959a7fdfa25a1f3c (diff)
downloaddefinitions-b9715b06cef00bb62959604025a9f2eaeae6d416.tar.gz
Add sudoers files for cinder, nova and neutron on post-install time
Diffstat (limited to 'openstack-nova.configure')
-rw-r--r--openstack-nova.configure8
1 files changed, 0 insertions, 8 deletions
diff --git a/openstack-nova.configure b/openstack-nova.configure
index efa6eb11..4655342c 100644
--- a/openstack-nova.configure
+++ b/openstack-nova.configure
@@ -64,11 +64,3 @@ ln -sf ../libvirt-guests.service "$wants_dir/libvirt-guests.service"
sed -i "s/192\.168\.122\./192\.168\.1\./g" \
"$ROOT"/etc/libvirt/qemu/networks/default.xml
-
-##########################################################################
-# Add nova to sudoers controlling which commands is running as a root
-# using the openstack rootwrap.
-##########################################################################
-install -D -m 0440 /proc/self/fd/0 <<'EOF' "$ROOT"/etc/sudoers.d/nova-rootwrap
-nova ALL=(root) NOPASSWD: /usr/bin/nova-rootwrap /etc/nova/rootwrap.conf *
-EOF