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_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 4c28f78..e37e658 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -59,6 +59,8 @@ do_install_append() {
59 install -m 0755 ${WORKDIR}/keystone ${D}${sysconfdir}/init.d/keystone 59 install -m 0755 ${WORKDIR}/keystone ${D}${sysconfdir}/init.d/keystone
60 fi 60 fi
61 61
62 install -d ${KEYSTONE_PACKAGE_DIR}/tests/tmp
63
62 sed -e "s:%KEYSTONE_PACKAGE_DIR%:${PYTHON_SITEPACKAGES_DIR}/keystone:g" -i ${KEYSTONE_PACKAGE_DIR}/tests/test_overrides.conf 64 sed -e "s:%KEYSTONE_PACKAGE_DIR%:${PYTHON_SITEPACKAGES_DIR}/keystone:g" -i ${KEYSTONE_PACKAGE_DIR}/tests/test_overrides.conf
63 65
64 cp run_tests.sh ${KEYSTONE_CONF_DIR} 66 cp run_tests.sh ${KEYSTONE_CONF_DIR}