tripleo-image-elements/elements/horizon
Dan Prince 02194c8ffb Horizon: dynamically set config time env vars
Updates the Horizon element so that we inject the
HORIZON_VENV_DIR environment variable dynamically at build time
into the os-refresh-config/environment.d directory.
This ensures that the correct value from the build time gets
used during configuration and fixes an issue where the
wrong local_settings.py file is "templated" when using
alternate values for HORIZON_VENV_DIR.

Change-Id: I00c0cb0fa03d6cce5a4625f362cc246d1461c576
2014-04-19 08:08:45 -04:00
..
environment.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
files Heat/Horizon/Tempest: don't hard code venv dir 2014-03-13 20:19:40 -04:00
install.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
os-apply-config/etc/horizon Changed the default rolename from Member to _member_ 2014-04-07 15:09:47 -07:00
os-refresh-config Horizon: dynamically set config time env vars 2014-04-19 08:08:45 -04:00
post-install.d Horizon: dynamically set config time env vars 2014-04-19 08:08:45 -04:00
README.md Add Horizon element 2013-10-31 15:57:13 +01:00
element-deps Moving iptables rules to the relevant elements 2014-01-28 06:31:54 -05: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.