blob: 99d165be0643abcc6c6b130e7c5b41ace98d4488 [file] [log] [blame]
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +02001applications:
2- horizon
Jakub Pavlikd53ed672016-01-28 12:02:32 +01003classes:
4- service.horizon.support
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +02005parameters:
6 _param:
Adam Tengler93189142015-12-15 15:54:22 +01007 horizon_version: liberty
8 horizon_identity_host: localhost
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +02009 horizon_identity_version: 3
Adam Tengler93189142015-12-15 15:54:22 +010010 horizon_identity_encryption: none
Dennis Dmitriev698f9ae2017-03-06 14:06:04 +020011 horizon_identity_endpoint_type: internalURL
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020012 horizon:
13 server:
14 enabled: true
15 version: ${_param:horizon_version}
16 secret_key: ${_param:horizon_secret_key}
Adam Tenglerddef0502017-05-04 11:36:54 +000017 session:
18 timeout: 43200
19 engine: 'signed_cookies'
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020020 bind:
21 address: ${_param:single_address}
22 port: 80
Ales Komarek2f6d41e2015-12-15 19:50:12 +010023 wsgi:
24 processes: 3
25 threads: 10
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020026 mail:
27 engine: dummy
28 cache:
29 engine: memcached
30 prefix: 'CACHE_HORIZON'
31 members:
32 - host: ${_param:single_address}
33 port: 11211
Oleksii Chupryn7d3d6482017-03-07 11:23:27 +020034 api_versions:
35 identity: ${_param:horizon_identity_version}
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020036 identity:
37 engine: keystone
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020038 port: 5000
39 host: ${_param:horizon_identity_host}
40 encryption: ${_param:horizon_identity_encryption}
Dennis Dmitriev698f9ae2017-03-06 14:06:04 +020041 endpoint_type: ${_param:horizon_identity_endpoint_type}
Adam Tengler08874e32017-05-05 17:24:29 +000042 policy:
43 identity:
44 source: file
45 name: keystone_policy.json
46 enabled: true
47 compute:
48 source: file
49 name: nova_policy.json
50 enabled: true
51 network:
52 source: file
53 name: neutron_policy.json
54 enabled: true
55 image:
56 source: file
57 name: glance_policy.json
58 enabled: true
59 volume:
60 source: file
61 name: cinder_policy.json
62 enabled: true
63 telemetry:
64 source: file
65 name: ceilometer_policy.json
66 enabled: true
67 orchestration:
68 source: file
69 name: heat_policy.json
70 enabled: true
71