tripleo-image-elements/elements/horizon/README.md
Giulio Fidente fb0097af73 add support for Horizon's caches backend configuration (memcached)
With this we add into the Horizon element support for two new
keys meant to configure the Horizon's session storage mechanism with
memcached.

Related to blueprint tripleo-icehouse-ha-production-configuration

Change-Id: Ife7137054eafba548d13c58265abd6373679794e
2014-07-10 11:22:23 +02:00

478 B

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.