tripleo-image-elements/elements/horizon
Dan Prince e42f3fd674 Wire in _EXTRA_INSTALL_OPTS...
Updates the various environment.d elements so that we can control
with a high level of granularity whether we enable
--system-site-packages in our virtualenvs. At a high level
OPENSTACK_EXTRA_INSTALL_OPTS can be set to -s to allow
os-svc-install to enable --system-site-packages globally.
The per element environment variables if set will override this
setting.

A step towards supporting both isolated and global venvs
for OpenStack elements installed from git source.

Change-Id: Ic3dc42717a90f02a58af345c5564336b64f930e4
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 Wire in _EXTRA_INSTALL_OPTS... 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.