dadc6d6ae8
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 |
||
---|---|---|
.. | ||
environment.d | ||
files/etc/httpd/conf.d | ||
install.d | ||
os-apply-config/etc/horizon | ||
os-refresh-config | ||
element-deps | ||
README.md | ||
source-repository-horizon |
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.