blob: 020435fa2df8cf6046acc99a3e18977b8a2d3868 [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'
16 members:
17 - 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
Jakub Pavlik71b2c842016-01-25 23:18:44 +010036haproxy:
37 proxy:
38 listens:
39 - name: horizon
40 type: horizon
41 binds:
42 - address: 127.0.0.1
43 port: 80
44 servers:
45 - name: ctl01
46 host: 127.0.0.1
47 port: 80
48 params: cookie ctl01 check inter 2000 fall 3
49 - name: ctl02
50 host: 127.0.0.1
51 port: 80
52 params: cookie ctl02 check inter 2000 fall 3
53 - name: ctl03
54 host: 127.0.0.1
55 port: 80
Alexander Noskov787a8122016-12-07 13:00:49 +040056 params: cookie ctl03 check inter 2000 fall 3