From 8e8d5d43698b24af551a8c2c3b766cf545a7d340 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Sat, 22 Mar 2014 22:00:29 -0400 Subject: python-neutron: don't install the empty log directory Commit 984c2d69f51824a4c1e7b3a448fe24759e594026 [OpenStack: sysvinit scripts - enable logging] added the necessary code to create the log directories in the init scripts start() functions. In addition this directory exists in the 'volatiles' so this code was doing nothing. Removing this to avoid possible confusion around the creating of this directory. Signed-off-by: Mark Asselstine --- meta-openstack/recipes-devtools/python/python-neutron_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index cc7e593..fcb8b4d 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb @@ -52,8 +52,6 @@ do_install_append() { install -m 600 ${S}/etc/api-paste.ini ${NEUTRON_CONF_DIR}/ install -m 600 ${S}/etc/policy.json ${NEUTRON_CONF_DIR}/ - install -d ${D}${localstatedir}/log/${SRCNAME} - PLUGIN=openvswitch if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then install -d ${D}${sysconfdir}/init.d -- cgit v1.2.3-54-g00ecf