blob: 92066b9adf284e7c544273917488690858d9c3d2 [file] [log] [blame]
classes:
- service.horizon.server.single
- system.horizon.upgrade
- system.horizon.server.iptables
- system.apache.server.single
- system.memcached.server.single
- system.apache.server.site.horizon
parameters:
_param:
horizon_site_branding: "OpenStack Dashboard"
horizon:
server:
branding: ${_param:horizon_site_branding}
bind:
address: ${_param:horizon_server_bind_address}
port: 8078
cache:
backend: 'django.core.cache.backends.memcached.MemcachedCache'
plugin: {}
session:
engine: "cache"
images_upload_mode: ${_param:horizon_images_upload_mode}
django_settings:
# File larger than FILE_UPLOAD_MAX_MEMORY_SIZE (by default 2.5Mb)
# will be stored in directory specified by this option.
FILE_UPLOAD_TEMP_DIR:
enabled: true
value: "'/var/tmp/'"
apache:
server:
modules:
- wsgi