tripleo-image-elements/elements/horizon
lin-hua-cheng 95fe54570a Update Horizon to use NEUTRON instead of QUANTUM
Change-Id: Iabfdd583ee0515a01fb50d9bb2ff42588e313593
Closes-Bug: #1365610
2014-10-09 23:01:03 -07:00
..
environment.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
files/etc/httpd/conf.d Run django-admin collectstatic for horizon 2014-09-16 15:55:33 +10:00
install.d Run django-admin collectstatic for horizon 2014-09-16 15:55:33 +10:00
os-apply-config/etc/horizon Update Horizon to use NEUTRON instead of QUANTUM 2014-10-09 23:01:03 -07:00
os-refresh-config Run django-admin collectstatic for horizon 2014-09-16 15:55:33 +10: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.