blob: 1f640cd1648e0cac498bc3b8b1440b3c759f9853 [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'
Vasyl Saienko96a8ae02017-11-22 11:30:15 +000016 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
Gleb Galkinfee4e6d2017-12-11 14:23:37 +030030 regions:
31 - name: cluster1
32 address: http://cluster1.example.com:5000/v2.0
33 - name: cluster2
34 address: http://cluster2.example.com:5000/v2.0
Alexander Noskov787a8122016-12-07 13:00:49 +040035 websso:
36 login_url: "WEBROOT + 'auth/login/'"
37 logout_url: "WEBROOT + 'auth/logout/'"
38 websso_choices:
39 - saml2
40 - oidc
Michael Senin7018af02017-03-06 12:10:14 +040041 horizon_config:
42 password_autocomplete: off
43 openstack_neutron_network:
44 enable_fip_topology_check: False
45
Jakub Pavlik71b2c842016-01-25 23:18:44 +010046haproxy:
47 proxy:
48 listens:
49 - name: horizon
50 type: horizon
51 binds:
52 - address: 127.0.0.1
53 port: 80
54 servers:
55 - name: ctl01
56 host: 127.0.0.1
57 port: 80
58 params: cookie ctl01 check inter 2000 fall 3
59 - name: ctl02
60 host: 127.0.0.1
61 port: 80
62 params: cookie ctl02 check inter 2000 fall 3
63 - name: ctl03
64 host: 127.0.0.1
65 port: 80
Alexander Noskov787a8122016-12-07 13:00:49 +040066 params: cookie ctl03 check inter 2000 fall 3