tripleo-image-elements/elements/horizon
Gonéri Le Bouder 0172b5aacc PEP8 on the doc and elements files
ensure the Python scripts in the doc and elements directories are PEP8
compliant.

test_os_svc_daemon.py test is fixed in another patch:
  I9b1859f9fc5846c7c42606644231105618e1a1a0.

Change-Id: If5068ef77d6643c19de36bfcf4b4bf790f86b538
2014-08-19 10:02:00 +02:00
..
environment.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
files Check if stunnel.connect_ip is set 2014-06-24 12:27:54 +02:00
install.d Modify symbolic link creation. 2014-08-12 15:26:55 +01:00
os-apply-config/etc/horizon PEP8 on the doc and elements files 2014-08-19 10:02:00 +02:00
os-refresh-config Change horizon binding address to local-ipv4 in haproxy case 2014-05-30 06:04:22 +00:00
post-install.d Horizon: dynamically set config time env vars 2014-04-19 08:08:45 -04:00
element-deps add support for Horizon's caches backend configuration (memcached) 2014-07-10 11:22:23 +02:00
README.md 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

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.