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-horizon/openstack-dashboard-apache.conf2
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf b/meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf
index 5b77639..413078a 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf
+++ b/meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf
@@ -1,4 +1,4 @@
1LoadModule wsgi_module /usr/lib64/apache2/modules/mod_wsgi.so 1LoadModule wsgi_module %LIBDIR%/apache2/modules/mod_wsgi.so
2 2
3# python 2.7.2 has a bug that causes fork run in sub interpreters to fail 3# python 2.7.2 has a bug that causes fork run in sub interpreters to fail
4# http://bugs.python.org/issue13156 4# http://bugs.python.org/issue13156
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index 59d875a..f4cc16f 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -84,6 +84,7 @@ do_install_append() {
84 install -D -m 644 ${WORKDIR}/openstack-dashboard-apache.conf \ 84 install -D -m 644 ${WORKDIR}/openstack-dashboard-apache.conf \
85 ${D}/etc/apache2/conf.d/openstack-dashboard-apache.conf 85 ${D}/etc/apache2/conf.d/openstack-dashboard-apache.conf
86 sed -i -e 's#%PYTHON_SITEPACKAGES%#${PYTHON_SITEPACKAGES_DIR}#' ${D}/etc/apache2/conf.d/openstack-dashboard-apache.conf 86 sed -i -e 's#%PYTHON_SITEPACKAGES%#${PYTHON_SITEPACKAGES_DIR}#' ${D}/etc/apache2/conf.d/openstack-dashboard-apache.conf
87 sed -i -e 's#%LIBDIR%#${libdir}#' ${D}/etc/apache2/conf.d/openstack-dashboard-apache.conf
87 88
88 ln -fs openstack_dashboard/static ${D}/usr/share/openstack-dashboard/static 89 ln -fs openstack_dashboard/static ${D}/usr/share/openstack-dashboard/static
89 90