summaryrefslogtreecommitdiff
path: root/openstack-cinder.configure
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-16 17:34:52 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-20 09:00:38 +0000
commit8ef4e992f101668e86a3ab5d29bdbe4f7da3cd1d (patch)
treea9a1c51029b032842fdff04cb337b72086da8358 /openstack-cinder.configure
parent68d093b727c865662beea9859153636ba5cfcc9f (diff)
downloaddefinitions-8ef4e992f101668e86a3ab5d29bdbe4f7da3cd1d.tar.gz
Add sudoers files for cinder, nova and neutron on post-install time
Diffstat (limited to 'openstack-cinder.configure')
-rw-r--r--openstack-cinder.configure8
1 files changed, 0 insertions, 8 deletions
diff --git a/openstack-cinder.configure b/openstack-cinder.configure
index 335ff512..a32ee3be 100644
--- a/openstack-cinder.configure
+++ b/openstack-cinder.configure
@@ -45,11 +45,3 @@ sed -f "$ROOT"/etc/openstack-cinder-setup.sed -i \
ln -sf "/etc/systemd/system/openstack-cinder-setup.service" \
"$ROOT/etc/systemd/system/multi-user.target.wants/openstack-cinder-setup.service"
-
-##########################################################################
-# Add cinder 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/cinder-rootwrap
-cinder ALL=(root) NOPASSWD: /usr/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *
-EOF