tripleo-image-elements/elements/horizon
Jenkins 6b2b699301 Merge "Add SELinux policy for Horizon" 2014-09-16 00:14:11 +00: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 Query os-refresh-config for base dir 2014-08-29 12:45:13 +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 Merge "Add SELinux policy for Horizon" 2014-09-16 00:14:11 +00: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.