tripleo-image-elements/elements/horizon
Jenkins 1714eea73a Merge "Compile horizon translation files." 2015-04-22 23:12:18 +00:00
..
cleanup.d Remove /opt/stack/{repo} files 2015-02-03 09:50:31 +00:00
environment.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
files/etc/httpd/conf.d Check stunnel.connect_host not stunnel.connect_ip 2014-11-13 09:34:31 +00:00
install.d Compile horizon translation files. 2015-03-10 12:59:22 -05:00
os-apply-config/etc/horizon Change where we look for ROOT_PATH 2015-03-31 16:57:48 +01:00
os-refresh-config Merge "Compile horizon translation files." 2015-04-22 23:12:18 +00:00
README.md Correct the README.md descriptions 2014-10-31 16:30:58 -04: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

Install and configure OpenStack Dashboard (Horizon).

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.