summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-04-10 16:53:53 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-11 00:25:52 -0400
commit1efbee3d421996f558333987a10af5ecd9e79bcc (patch)
treed7146d368ba73391a00a3e157707d296a4512fb8 /meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf
parent1ef7d1a3cdda0b50fca0828be4ba43bab08f1d9b (diff)
downloadmeta-cloud-services-1efbee3d421996f558333987a10af5ecd9e79bcc.tar.gz
python-horizon: apache mod_wsgi path error
openstack-dashboard-apache hardcoded libdir, modify this to %LIBDIR% and substitude in the install phase... Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf2
1 files changed, 1 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