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
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-05 22:28:10 +0000
commitbd719e068e28419059f58d01072bf36761a798ca (patch)
treee3be9f9e9e7dc16926a206bd6e6cedf039aba1a6 /openstack-nova.configure
parentf5d14e62a01b8f1036d925fc0be444349ef83729 (diff)
downloaddefinitions-bd719e068e28419059f58d01072bf36761a798ca.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