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-01-22 12:46:31 +0000
commitcef0559c7367fc71619e0d68b4e4613a1dd03ea5 (patch)
tree6d5cfa77fadad9bc97a05b4831441bc7dd65bb65 /openstack/manifest
parenteab5bf3a9e0d046f414c802123719c06f478458e (diff)
downloaddefinitions-cef0559c7367fc71619e0d68b4e4613a1dd03ea5.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