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 | bind: |
| 8 | address: 127.0.0.1 |
| 9 | port: 80 |
Petr Michalec | e80631d | 2016-07-27 09:50:37 +0200 | [diff] [blame^] | 10 | plugin: |
| 11 | horizon_theme: |
| 12 | theme_name: ubuntu |
| 13 | source: |
| 14 | engine: pkg |
| 15 | name: openstack-dashboard-ubuntu-theme |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 16 | wsgi: |
| 17 | processes: 3 |
| 18 | threads: 10 |
| 19 | mail: |
| 20 | engine: dummy |
| 21 | cache: |
| 22 | engine: memcached |
| 23 | prefix: 'CACHE_HORIZON' |
| 24 | members: |
| 25 | - host: 127.0.0.1 |
| 26 | port: 11211 |
| 27 | identity: |
| 28 | engine: keystone |
| 29 | port: 5000 |
| 30 | host: 127.0.0.1 |
| 31 | encryption: encryption |
Petr Michalec | e80631d | 2016-07-27 09:50:37 +0200 | [diff] [blame^] | 32 | api_version: 2 |
| 33 | |