blob: b15c63ee01247adf5a20d9f707804a38efd83d3c [file] [log] [blame]
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +02001applications:
2- horizon
3parameters:
4 _param:
Adam Tengler93189142015-12-15 15:54:22 +01005 horizon_version: liberty
6 horizon_identity_host: localhost
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +02007 horizon_identity_version: 3
Adam Tengler93189142015-12-15 15:54:22 +01008 horizon_identity_encryption: none
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +02009 horizon:
10 server:
11 enabled: true
12 version: ${_param:horizon_version}
13 secret_key: ${_param:horizon_secret_key}
14 bind:
15 address: ${_param:single_address}
16 port: 80
Ales Komarek2f6d41e2015-12-15 19:50:12 +010017 wsgi:
18 processes: 3
19 threads: 10
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020020 mail:
21 engine: dummy
22 cache:
23 engine: memcached
24 prefix: 'CACHE_HORIZON'
25 members:
26 - host: ${_param:single_address}
27 port: 11211
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020028 identity:
29 engine: keystone
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020030 port: 5000
31 host: ${_param:horizon_identity_host}
32 encryption: ${_param:horizon_identity_encryption}
33 api_version: ${_param:horizon_identity_version}