Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 1 | horizon: |
| 2 | server: |
| 3 | enabled: true |
| 4 | version: liberty |
| 5 | secret_key: secret |
Jakub Pavlik | a1dd7ad | 2016-01-31 15:49:53 +0100 | [diff] [blame] | 6 | session_timeout: 43200 |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 7 | 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' |
Vasyl Saienko | 96a8ae0 | 2017-11-22 11:30:15 +0000 | [diff] [blame] | 16 | members: |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 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 |
Martin819 | ef24a2a | 2017-02-14 14:25:57 +0100 | [diff] [blame] | 28 | encryption: ssl |
Dennis Dmitriev | 698f9ae | 2017-03-06 14:06:04 +0200 | [diff] [blame] | 29 | endpoint_type: publicURL |
Gleb Galkin | fee4e6d | 2017-12-11 14:23:37 +0300 | [diff] [blame] | 30 | regions: |
| 31 | - name: cluster1 |
| 32 | address: http://cluster1.example.com:5000/v2.0 |
| 33 | - name: cluster2 |
| 34 | address: http://cluster2.example.com:5000/v2.0 |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 35 | websso: |
| 36 | login_url: "WEBROOT + 'auth/login/'" |
| 37 | logout_url: "WEBROOT + 'auth/logout/'" |
| 38 | websso_choices: |
| 39 | - saml2 |
| 40 | - oidc |
Michael Senin | 7018af0 | 2017-03-06 12:10:14 +0400 | [diff] [blame] | 41 | horizon_config: |
| 42 | password_autocomplete: off |
| 43 | openstack_neutron_network: |
| 44 | enable_fip_topology_check: False |
| 45 | |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 46 | haproxy: |
| 47 | proxy: |
| 48 | listens: |
| 49 | - name: horizon |
| 50 | type: horizon |
| 51 | binds: |
| 52 | - address: 127.0.0.1 |
| 53 | port: 80 |
| 54 | servers: |
| 55 | - name: ctl01 |
| 56 | host: 127.0.0.1 |
| 57 | port: 80 |
| 58 | params: cookie ctl01 check inter 2000 fall 3 |
| 59 | - name: ctl02 |
| 60 | host: 127.0.0.1 |
| 61 | port: 80 |
| 62 | params: cookie ctl02 check inter 2000 fall 3 |
| 63 | - name: ctl03 |
| 64 | host: 127.0.0.1 |
| 65 | port: 80 |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 66 | params: cookie ctl03 check inter 2000 fall 3 |