blob: 9eeab955338fdfe213bce024bc671fd624cc617b [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
Adam Tengler250e9b32018-06-26 14:39:31 +00007 ssl_no_verify: false
Jakub Pavlik71b2c842016-01-25 23:18:44 +01008 wsgi:
9 processes: 3
10 threads: 10
11 bind:
12 address: 127.0.0.1
13 port: 80
14 cache:
15 engine: memcached
16 prefix: 'CACHE_HORIZON'
Vasyl Saienko96a8ae02017-11-22 11:30:15 +000017 members:
Jakub Pavlik71b2c842016-01-25 23:18:44 +010018 - host: 127.0.0.1
19 port: 11211
20 - host: 127.0.0.1
21 port: 11211
22 - host: 127.0.0.1
23 port: 11211
24 identity:
25 engine: keystone
26 host: 127.0.0.1
27 port: 5000
28 api_version: 2
Martin819ef24a2a2017-02-14 14:25:57 +010029 encryption: ssl
Dennis Dmitriev698f9ae2017-03-06 14:06:04 +020030 endpoint_type: publicURL
Gleb Galkinfee4e6d2017-12-11 14:23:37 +030031 regions:
32 - name: cluster1
33 address: http://cluster1.example.com:5000/v2.0
34 - name: cluster2
35 address: http://cluster2.example.com:5000/v2.0
Alexander Noskov787a8122016-12-07 13:00:49 +040036 websso:
37 login_url: "WEBROOT + 'auth/login/'"
38 logout_url: "WEBROOT + 'auth/logout/'"
Aleksieiev, Oleksii318d9de2018-05-18 16:37:18 -070039 login_redirect_url: "WEBROOT + 'project/'"
Alexander Noskov787a8122016-12-07 13:00:49 +040040 websso_choices:
Alexander Noskov787a8122016-12-07 13:00:49 +040041 - oidc
Aleksieiev, Oleksii318d9de2018-05-18 16:37:18 -070042 - saml2
43 idp_mapping:
44 myidp_openid:
45 id: myidp
46 protocol: openid
47 myipd_mapped:
48 id: myidp
49 protocol: mapped
Michael Senin7018af02017-03-06 12:10:14 +040050 horizon_config:
51 password_autocomplete: off
52 openstack_neutron_network:
53 enable_fip_topology_check: False
Adam Tengler383e5712018-06-26 20:09:54 +000054 themes:
Adam Tengler0f2f2a72018-07-12 11:33:12 +000055 default: default
56 directory: themes
57 cookie_name: theme
Adam Tengler383e5712018-06-26 20:09:54 +000058 available:
59 default:
60 name: "Default"
61 description: "Default style theme"
Adam Tengler0f2f2a72018-07-12 11:33:12 +000062 path: "themes/default"
Adam Tengler383e5712018-06-26 20:09:54 +000063 material:
64 name: "Material"
65 description: "Google's Material Design style theme"
66 path: "themes/material"
Michael Senin7018af02017-03-06 12:10:14 +040067
Jakub Pavlik71b2c842016-01-25 23:18:44 +010068haproxy:
69 proxy:
70 listens:
71 - name: horizon
72 type: horizon
73 binds:
74 - address: 127.0.0.1
75 port: 80
76 servers:
77 - name: ctl01
78 host: 127.0.0.1
79 port: 80
80 params: cookie ctl01 check inter 2000 fall 3
81 - name: ctl02
82 host: 127.0.0.1
83 port: 80
84 params: cookie ctl02 check inter 2000 fall 3
85 - name: ctl03
86 host: 127.0.0.1
87 port: 80
Alexander Noskov787a8122016-12-07 13:00:49 +040088 params: cookie ctl03 check inter 2000 fall 3