blob: 952413fcb1777a85376230da5cccf11ad5da4831 [file] [log] [blame]
Jakub Pavlik71b2c842016-01-25 23:18:44 +01001horizon:
2 server:
3 enabled: true
4 version: liberty
5 secret_key: secret
Jakub Pavlika1dd7ad2016-01-31 15:49:53 +01006 session_timeout: 43200
Jakub Pavlik71b2c842016-01-25 23:18:44 +01007 wsgi:
8 processes: 3
9 threads: 10
10 bind:
11 address: 127.0.0.1
12 port: 80
13 cache:
14 engine: memcached
15 prefix: 'CACHE_HORIZON'
anascko90c04492017-10-18 12:10:54 +030016 members:
Jakub Pavlik71b2c842016-01-25 23:18:44 +010017 - host: 127.0.0.1
18 port: 11211
19 - host: 127.0.0.1
20 port: 11211
21 - host: 127.0.0.1
22 port: 11211
23 identity:
24 engine: keystone
25 host: 127.0.0.1
26 port: 5000
27 api_version: 2
Martin819ef24a2a2017-02-14 14:25:57 +010028 encryption: ssl
Dennis Dmitriev698f9ae2017-03-06 14:06:04 +020029 endpoint_type: publicURL
Alexander Noskov787a8122016-12-07 13:00:49 +040030 websso:
31 login_url: "WEBROOT + 'auth/login/'"
32 logout_url: "WEBROOT + 'auth/logout/'"
33 websso_choices:
34 - saml2
35 - oidc
Michael Senin7018af02017-03-06 12:10:14 +040036 horizon_config:
37 password_autocomplete: off
38 openstack_neutron_network:
39 enable_fip_topology_check: False
40
Jakub Pavlik71b2c842016-01-25 23:18:44 +010041haproxy:
42 proxy:
43 listens:
44 - name: horizon
45 type: horizon
46 binds:
47 - address: 127.0.0.1
48 port: 80
49 servers:
50 - name: ctl01
51 host: 127.0.0.1
52 port: 80
53 params: cookie ctl01 check inter 2000 fall 3
54 - name: ctl02
55 host: 127.0.0.1
56 port: 80
57 params: cookie ctl02 check inter 2000 fall 3
58 - name: ctl03
59 host: 127.0.0.1
60 port: 80
Alexander Noskov787a8122016-12-07 13:00:49 +040061 params: cookie ctl03 check inter 2000 fall 3