summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-03-22 22:00:29 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-15 19:48:37 -0400
commit8e8d5d43698b24af551a8c2c3b766cf545a7d340 (patch)
tree4a2cf0dd95b3e4cf38d9f5dcbccb46bd411de69a
parent64a5e0f27da75d27309eb097c6da6bad40ba7c12 (diff)
downloadmeta-cloud-services-8e8d5d43698b24af551a8c2c3b766cf545a7d340.tar.gz
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 <mark.asselstine@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb2
1 files changed, 0 insertions, 2 deletions
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() {
52 install -m 600 ${S}/etc/api-paste.ini ${NEUTRON_CONF_DIR}/ 52 install -m 600 ${S}/etc/api-paste.ini ${NEUTRON_CONF_DIR}/
53 install -m 600 ${S}/etc/policy.json ${NEUTRON_CONF_DIR}/ 53 install -m 600 ${S}/etc/policy.json ${NEUTRON_CONF_DIR}/
54 54
55 install -d ${D}${localstatedir}/log/${SRCNAME}
56
57 PLUGIN=openvswitch 55 PLUGIN=openvswitch
58 if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then 56 if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then
59 install -d ${D}${sysconfdir}/init.d 57 install -d ${D}${sysconfdir}/init.d