tripleo-image-elements/elements/horizon
Nicholas Randon 3909378aab Modify symbolic link creation.
Add a guard so that if /var/log/httpd exist that file is not created
in the /var/log/apache2 directory linking to itself. Also make the
symbolic link creation treat LINK_NAME as a normal file if it is a
symbolic link to a directory. Additionally add a check that if
another element (such as Idced49d2ada450d7948036a9f475c33e29d65712)
has created /var/log/httpd it is not recreated.

Change-Id: I3c08c54c02f2737ee00ac25e34953aa7b3ab546f
2014-08-12 15:26:55 +01:00
..
environment.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
files Check if stunnel.connect_ip is set 2014-06-24 12:27:54 +02:00
install.d Modify symbolic link creation. 2014-08-12 15:26:55 +01:00
os-apply-config/etc/horizon add support for Horizon's caches backend configuration (memcached) 2014-07-10 11:22:23 +02:00
os-refresh-config Change horizon binding address to local-ipv4 in haproxy case 2014-05-30 06:04:22 +00:00
post-install.d Horizon: dynamically set config time env vars 2014-04-19 08:08:45 -04:00
README.md add support for Horizon's caches backend configuration (memcached) 2014-07-10 11:22:23 +02:00
element-deps add support for Horizon's caches backend configuration (memcached) 2014-07-10 11:22:23 +02:00
source-repository-horizon Don't use /cgit/ urls for git. 2014-02-21 15:25:12 +13:00

README.md

Installs OpenStack Dashboard (Horizon) from git.

Horizon runs on port 80 behind Apache using mod_wsgi.

Configuration

We use the keystone.host key to connect to Keystone and horizon.secret_key as the Django secret key.

The Django sessions storage backend is set to LocMemCache by default. If horizon.caches.memcached is found instead not empty, the sessions storage backend is set to Memcached and the control nodes are configured as memcached locations.