summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/packagegroups
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-04-08 11:52:38 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-10 14:38:56 -0400
commit7f2b6ebfc0d2e4d2b8c8e6d3208a2cae435d0eeb (patch)
tree48a42db440207178364a9f9d9a38e1a073166d42 /meta-openstack/recipes-extended/packagegroups
parentf72e9d29b18bb4c6ca076f1e729b6572e4928d4d (diff)
downloadmeta-cloud-services-7f2b6ebfc0d2e4d2b8c8e6d3208a2cae435d0eeb.tar.gz
Enable python-horizon to run from apache.
- modify python-horizon to install files needed for horizon/apache - add apache configuration file (openstack-dashboard-apache.conf) to setup a virtual host running from port 80 to run the mod_wsgi/openstack-dashboard app - add horizon-apache and apache2 to controller task list - Note: local_settings.py differs from the one in examples in two ways: 1. LOCAL_PATH = "/usr/share/openstack-dashboard/openstack_dashboard/static" since the apache app runs as daemon, we neeed to specify a path where daemon has write permissions 2. configure python-horizon/apache to use memcached. (see CACHES) Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended/packagegroups')
-rw-r--r--meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-controller.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-controller.bb b/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-controller.bb
index f3390a1..b716052 100644
--- a/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-controller.bb
+++ b/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-controller.bb
@@ -40,6 +40,8 @@ RDEPENDS_${PN} = " postgresql-setup \
40 python-heat-cfntools \ 40 python-heat-cfntools \
41 python-openstackclient \ 41 python-openstackclient \
42 horizon \ 42 horizon \
43 horizon-apache \
44 apache2 \
43 novnc \ 45 novnc \
44 chkconfig \ 46 chkconfig \
45 qemu \ 47 qemu \