From 03d9e55c4dbfb711fa949bd1885d1aeb0e5b4fa2 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Mon, 15 Jul 2013 15:20:10 +0300 Subject: python-glance: Removed old code Signed-off-by: Mihai Prica --- meta-openstack/recipes-devtools/python/python-glance_2013.1.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-glance_2013.1.bb b/meta-openstack/recipes-devtools/python/python-glance_2013.1.bb index 72d5662..90d1813 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_2013.1.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_2013.1.bb @@ -40,9 +40,6 @@ do_install_append() { install -d ${D}${localstatedir}/log/${SRCNAME} - # Create the sqlite database - touch ${GLANCE_CONF_DIR}/glance.db - if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then install -d ${D}${sysconfdir}/init.d sed 's:@suffix@:api:' < ${WORKDIR}/glance.init >${WORKDIR}/glance-api.init.sh @@ -50,7 +47,6 @@ do_install_append() { sed 's:@suffix@:registry:' < ${WORKDIR}/glance.init >${WORKDIR}/glance-registry.init.sh install -m 0755 ${WORKDIR}/glance-registry.init.sh ${D}${sysconfdir}/init.d/glance-registry fi - } pkg_postinst_${SRCNAME} () { -- cgit v1.2.3-54-g00ecf