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 |
Petr Michalec | e80631d | 2016-07-27 09:50:37 +0200 | [diff] [blame^] | 7 | plugin: |
| 8 | horizon_theme: |
| 9 | theme_name: ubuntu |
| 10 | source: |
| 11 | engine: pkg |
| 12 | name: openstack-dashboard-ubuntu-theme |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 13 | 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 Michalec | e80631d | 2016-07-27 09:50:37 +0200 | [diff] [blame^] | 31 | encryption: encryption |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 32 | host: 127.0.0.1 |
| 33 | port: 5000 |
| 34 | api_version: 2 |
| 35 | haproxy: |
| 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 Michalec | e80631d | 2016-07-27 09:50:37 +0200 | [diff] [blame^] | 55 | params: cookie ctl03 check inter 2000 fall 3 |