summaryrefslogtreecommitdiff
path: root/openstack/manifest
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-20 19:19:54 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:34 +0000
commitff8c9c2bc258abb55dacdbf83cc52c6505877739 (patch)
treeba34336e1c2148df45d6f89ec182a49698f0caa4 /openstack/manifest
parent3225e690f3fa2080ec7572a7549d105ccf29ccfb (diff)
downloaddefinitions-ff8c9c2bc258abb55dacdbf83cc52c6505877739.tar.gz
WIP: Setup Horizon in apache and add the horizon-setup service
apache-horizon.conf: apache needs to load this file to know where django and horizon have their configuration files and where to put the static files created by horizon. local_settings.py: it is the dashboard django configuration. NOTE-1: django.wsgi has been patched because a bug, see openstack-horizon-setup for more information. WARNING: All the configuration and paths are hardcoded in the configuration files, this should be done more wisely in future patches.
Diffstat (limited to 'openstack/manifest')
-rw-r--r--openstack/manifest7
1 files changed, 7 insertions, 0 deletions
diff --git a/openstack/manifest b/openstack/manifest
index a1b0a13d..c674fd38 100644
--- a/openstack/manifest
+++ b/openstack/manifest
@@ -175,3 +175,10 @@
0100755 0 0 /usr/share/openstack/apache-httpd-server-setup
0100644 0 0 /etc/systemd/system/apache-httpd-server-setup.service
0100644 0 0 /etc/systemd/system/apache-httpd.service
+0040755 0 0 /etc/horizon
+0040755 0 0 /etc/horizon/openstack_dashboard
+0040755 0 0 /var/lib/horizon
+0100644 0 0 /etc/systemd/system/openstack-horizon-setup.service
+0100755 0 0 /usr/share/openstack/openstack-horizon-setup
+0100644 0 0 /etc/horizon/apache-horizon.conf
+0100644 0 0 /etc/horizon/openstack_dashboard/local_settings.py