blob: 837d9b51d97589231b1434a48e4209aeb0124089 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.keepalived.cluster.single
Adam Tengler020a90e2017-05-03 14:06:24 +00003- service.horizon.server.cluster
Mykyta Karpin882dcac2018-11-30 16:37:28 +02004- system.horizon.upgrade
Dmitry Teselkin253fa802018-11-19 19:45:52 +03005- system.horizon.server.iptables
Ondrej Smola03ff34e2016-12-01 01:30:33 +01006- service.haproxy.proxy.single
Vasyl Saienko211d1802018-08-16 07:21:03 +00007- system.apache.server.single
Ondrej Smola03ff34e2016-12-01 01:30:33 +01008- system.haproxy.proxy.listen.openstack.horizon
Adam Tengler020a90e2017-05-03 14:06:24 +00009- system.memcached.server.single
10parameters:
11 _param:
12 horizon_site_branding: "OpenStack Dashboard"
13 horizon:
14 server:
15 branding: ${_param:horizon_site_branding}
Adam Tengler24d9e062017-07-19 12:36:34 +000016 bind:
17 port: 8078
Adam Tengler020a90e2017-05-03 14:06:24 +000018 plugin: {}
19 session:
20 engine: "cache"
Vasyl Saienko0e5c1052018-11-06 17:35:51 +020021 images_upload_mode: ${_param:horizon_images_upload_mode}
Vasyl Saienko1c867042018-11-30 10:53:36 +020022 django_settings:
23 # File larger than FILE_UPLOAD_MAX_MEMORY_SIZE (by default 2.5Mb)
24 # will be stored in directory specified by this option.
25 FILE_UPLOAD_TEMP_DIR:
26 enabled: true
27 value: "'/var/tmp/'"
Vasyl Saienko211d1802018-08-16 07:21:03 +000028 apache:
29 server:
30 modules:
31 - wsgi