diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-04-10 16:53:53 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-11 00:25:52 -0400 |
| commit | 1efbee3d421996f558333987a10af5ecd9e79bcc (patch) | |
| tree | d7146d368ba73391a00a3e157707d296a4512fb8 /meta-openstack/recipes-devtools/python/python-horizon | |
| parent | 1ef7d1a3cdda0b50fca0828be4ba43bab08f1d9b (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf | 2 |
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 @@ | |||
| 1 | LoadModule wsgi_module /usr/lib64/apache2/modules/mod_wsgi.so | 1 | LoadModule 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 |
