tripleo-image-elements/elements/horizon
James Slagle dadc6d6ae8 Enable and start httpd
The Horizon element should enable and start httpd during
os-refresh-config so that the dashboad is useable without any manual
intervention.

Change-Id: I76c2f39b64728e80caa764c248c4a387f35b3391
2014-09-02 19:38:11 -04:00
..
environment.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
files/etc/httpd/conf.d Install files properly 2014-08-20 13:27:58 +00:00
install.d Prevent httpd binding to 0.0.0.0 2014-08-29 12:45:12 +01:00
os-apply-config/etc/horizon PEP8 on the doc and elements files 2014-08-19 10:02:00 +02:00
os-refresh-config Enable and start httpd 2014-09-02 19:38:11 -04:00
element-deps add support for Horizon's caches backend configuration (memcached) 2014-07-10 11:22:23 +02:00
README.md 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

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.