Vasyl Saienko | 3d516be | 2018-08-16 07:01:24 +0000 | [diff] [blame] | 1 | include: |
| 2 | - .apache_single |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 3 | horizon: |
| 4 | server: |
| 5 | enabled: true |
| 6 | version: liberty |
| 7 | secret_key: secret |
Jakub Pavlik | a1dd7ad | 2016-01-31 15:49:53 +0100 | [diff] [blame] | 8 | session_timeout: 43200 |
Adam Tengler | 250e9b3 | 2018-06-26 14:39:31 +0000 | [diff] [blame] | 9 | ssl_no_verify: false |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 10 | bind: |
| 11 | address: 127.0.0.1 |
| 12 | port: 80 |
| 13 | wsgi: |
| 14 | processes: 3 |
| 15 | threads: 10 |
| 16 | mail: |
| 17 | engine: dummy |
| 18 | cache: |
| 19 | engine: memcached |
| 20 | prefix: 'CACHE_HORIZON' |
| 21 | members: |
| 22 | - host: 127.0.0.1 |
| 23 | port: 11211 |
| 24 | identity: |
| 25 | engine: keystone |
| 26 | port: 5000 |
| 27 | host: 127.0.0.1 |
Martin819 | ef24a2a | 2017-02-14 14:25:57 +0100 | [diff] [blame] | 28 | encryption: ssl |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 29 | api_version: 2 |
Dennis Dmitriev | 698f9ae | 2017-03-06 14:06:04 +0200 | [diff] [blame] | 30 | endpoint_type: publicURL |
Gleb Galkin | fee4e6d | 2017-12-11 14:23:37 +0300 | [diff] [blame] | 31 | 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 Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 36 | websso: |
| 37 | login_url: "WEBROOT + 'auth/login/'" |
| 38 | logout_url: "WEBROOT + 'auth/logout/'" |
Aleksieiev, Oleksii | 318d9de | 2018-05-18 16:37:18 -0700 | [diff] [blame] | 39 | login_redirect_url: "WEBROOT + 'project/'" |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 40 | websso_choices: |
Aleksieiev, Oleksii | 318d9de | 2018-05-18 16:37:18 -0700 | [diff] [blame] | 41 | credentials: |
| 42 | description: "Keystone Credentials" |
| 43 | oidc: |
| 44 | description: "OpenID Connect" |
| 45 | saml2: |
| 46 | description: "Security Assertion Markup Language" |
| 47 | idp_mapping: |
| 48 | myidp_openid: |
| 49 | id: myidp |
| 50 | protocol: openid |
| 51 | myipd_mapped: |
| 52 | id: myidp |
| 53 | protocol: mapped |
Michael Senin | 7018af0 | 2017-03-06 12:10:14 +0400 | [diff] [blame] | 54 | horizon_config: |
| 55 | password_autocomplete: off |
| 56 | openstack_neutron_network: |
Dmitry Stremkovskiy | 381e560 | 2017-07-18 18:50:13 +0300 | [diff] [blame] | 57 | enable_fip_topology_check: False |
Pavel Cizinsky | 4c77364 | 2018-08-21 15:28:57 +0200 | [diff] [blame] | 58 | launch_instance_defaults: |
| 59 | config_drive: False |
| 60 | enable_scheduler_hints: True |
| 61 | disable_image: False |
| 62 | disable_instance_snapshot: False |
| 63 | disable_volume: False |
| 64 | disable_volume_snapshot: False |
| 65 | create_volume: True |
Dmitry Stremkovskiy | 381e560 | 2017-07-18 18:50:13 +0300 | [diff] [blame] | 66 | default_domain: default |
| 67 | multidomain: False |
Adam Tengler | 383e571 | 2018-06-26 20:09:54 +0000 | [diff] [blame] | 68 | themes: |
| 69 | default: default |
| 70 | directory: themes |
| 71 | cookie_name: theme |
| 72 | available: |
| 73 | default: |
| 74 | name: "Default" |
| 75 | description: "Default style theme" |
| 76 | path: "themes/default" |
| 77 | material: |
| 78 | name: "Material" |
| 79 | description: "Google's Material Design style theme" |
| 80 | path: "themes/material" |