blob: d06d73db423d1d66060157de34d49bf96acaaf5a [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 bind:
8 address: 127.0.0.1
9 port: 80
10 wsgi:
11 processes: 3
12 threads: 10
13 mail:
14 engine: dummy
15 cache:
16 engine: memcached
17 prefix: 'CACHE_HORIZON'
18 members:
19 - host: 127.0.0.1
20 port: 11211
21 identity:
22 engine: keystone
23 port: 5000
24 host: 127.0.0.1
Martin819ef24a2a2017-02-14 14:25:57 +010025 encryption: ssl
Alexander Noskov787a8122016-12-07 13:00:49 +040026 api_version: 2
Dennis Dmitriev698f9ae2017-03-06 14:06:04 +020027 endpoint_type: publicURL
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
Michael Senin7018af02017-03-06 12:10:14 +040034 horizon_config:
35 password_autocomplete: off
36 openstack_neutron_network:
Dmitry Stremkovskiy381e5602017-07-18 18:50:13 +030037 enable_fip_topology_check: False
38 default_domain: default
39 multidomain: False