blob: 0070ce50515ca9f0c964cd173643cad71b1ff1a3 [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
Petr Michalece80631d2016-07-27 09:50:37 +02007 plugin:
8 horizon_theme:
9 theme_name: ubuntu
10 source:
11 engine: pkg
12 name: openstack-dashboard-ubuntu-theme
Jakub Pavlik71b2c842016-01-25 23:18:44 +010013 wsgi:
14 processes: 3
15 threads: 10
16 bind:
17 address: 127.0.0.1
18 port: 80
19 cache:
20 engine: memcached
21 prefix: 'CACHE_HORIZON'
22 members:
23 - host: 127.0.0.1
24 port: 11211
25 - host: 127.0.0.1
26 port: 11211
27 - host: 127.0.0.1
28 port: 11211
29 identity:
30 engine: keystone
Petr Michalece80631d2016-07-27 09:50:37 +020031 encryption: encryption
Jakub Pavlik71b2c842016-01-25 23:18:44 +010032 host: 127.0.0.1
33 port: 5000
34 api_version: 2
35haproxy:
36 proxy:
37 listens:
38 - name: horizon
39 type: horizon
40 binds:
41 - address: 127.0.0.1
42 port: 80
43 servers:
44 - name: ctl01
45 host: 127.0.0.1
46 port: 80
47 params: cookie ctl01 check inter 2000 fall 3
48 - name: ctl02
49 host: 127.0.0.1
50 port: 80
51 params: cookie ctl02 check inter 2000 fall 3
52 - name: ctl03
53 host: 127.0.0.1
54 port: 80
Petr Michalece80631d2016-07-27 09:50:37 +020055 params: cookie ctl03 check inter 2000 fall 3