summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova_2013.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_2013.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_2013.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_2013.1.bb b/meta-openstack/recipes-devtools/python/python-nova_2013.1.bb
index 94a342f..fa4545e 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_2013.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_2013.1.bb
@@ -43,7 +43,7 @@ do_install_append() {
43 touch ${D}${sysconfdir}/sudoers.d/nova-rootwrap 43 touch ${D}${sysconfdir}/sudoers.d/nova-rootwrap
44 chmod 0440 ${D}${sysconfdir}/sudoers.d/nova-rootwrap 44 chmod 0440 ${D}${sysconfdir}/sudoers.d/nova-rootwrap
45 chown root:root ${D}${sysconfdir}/sudoers.d/nova-rootwrap 45 chown root:root ${D}${sysconfdir}/sudoers.d/nova-rootwrap
46 echo "root ALL=(root) NOPASSWD: nova-rootwrap" > ${D}${sysconfdir}/sudoers.d/nova-rootwrap 46 echo "root ALL=(root) NOPASSWD: ${bindir}/nova-rootwrap" > ${D}${sysconfdir}/sudoers.d/nova-rootwrap
47 47
48 # Get the sample configuration file in place 48 # Get the sample configuration file in place
49 install -m 664 ${S}/etc/nova/api-paste.ini ${NOVA_CONF_DIR} 49 install -m 664 ${S}/etc/nova/api-paste.ini ${NOVA_CONF_DIR}