summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb b/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb
index cad802a..216bfd2 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb
@@ -43,9 +43,6 @@ do_install_append() {
43 install -d ${D}${sysconfdir}/init.d 43 install -d ${D}${sysconfdir}/init.d
44 install -m 0755 ${WORKDIR}/keystone ${D}${sysconfdir}/init.d/keystone 44 install -m 0755 ${WORKDIR}/keystone ${D}${sysconfdir}/init.d/keystone
45 fi 45 fi
46
47 # Create the sqlite database
48 touch ${KEYSTONE_CONF_DIR}/keystone.db
49} 46}
50 47
51pkg_postinst_${SRCNAME} () { 48pkg_postinst_${SRCNAME} () {