blob: 2ff2bd6951b0f135ffada42b8757b0a003c314b8 [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
Alexander Noskov787a8122016-12-07 13:00:49 +040028 websso:
29 login_url: "WEBROOT + 'auth/login/'"
30 logout_url: "WEBROOT + 'auth/logout/'"
31 websso_choices:
32 - saml2
33 - oidc
Jakub Pavlik71b2c842016-01-25 23:18:44 +010034haproxy:
35 proxy:
36 listens:
37 - name: horizon
38 type: horizon
39 binds:
40 - address: 127.0.0.1
41 port: 80
42 servers:
43 - name: ctl01
44 host: 127.0.0.1
45 port: 80
46 params: cookie ctl01 check inter 2000 fall 3
47 - name: ctl02
48 host: 127.0.0.1
49 port: 80
50 params: cookie ctl02 check inter 2000 fall 3
51 - name: ctl03
52 host: 127.0.0.1
53 port: 80
Alexander Noskov787a8122016-12-07 13:00:49 +040054 params: cookie ctl03 check inter 2000 fall 3