blob: 04bb18b9021e20b7c11a676b5b734ddbadbcb0bc [file] [log] [blame]
Ales Komarek4ee12b02016-12-30 10:48:55 +01001classes:
2- service.horizon.server.single
Dmitry Teselkin253fa802018-11-19 19:45:52 +03003- system.horizon.server.iptables
Vasyl Saienko211d1802018-08-16 07:21:03 +00004- system.apache.server.single
Adam Tengler020a90e2017-05-03 14:06:24 +00005- system.memcached.server.single
Ales Komarek4ee12b02016-12-30 10:48:55 +01006parameters:
7 _param:
Adam Tengler020a90e2017-05-03 14:06:24 +00008 horizon_site_branding: "OpenStack Dashboard"
Ales Komarek4ee12b02016-12-30 10:48:55 +01009 horizon:
10 server:
11 branding: ${_param:horizon_site_branding}
12 bind:
Ales Komarek27382922016-12-30 11:34:43 +010013 address: 0.0.0.0
Ales Komarek4ee12b02016-12-30 10:48:55 +010014 port: 8078
15 plugin: {}
Adam Tengler020a90e2017-05-03 14:06:24 +000016 session:
17 engine: "cache"
Vasyl Saienko0e5c1052018-11-06 17:35:51 +020018 images_upload_mode: ${_param:horizon_images_upload_mode}
Vasyl Saienko1c867042018-11-30 10:53:36 +020019 django_settings:
20 # File larger than FILE_UPLOAD_MAX_MEMORY_SIZE (by default 2.5Mb)
21 # will be stored in directory specified by this option.
22 FILE_UPLOAD_TEMP_DIR:
23 enabled: true
24 value: "'/var/tmp/'"
Vasyl Saienko211d1802018-08-16 07:21:03 +000025 apache:
26 server:
27 modules:
28 - wsgi