blob: 16e78c01cc8525880624e95e627971f1c3fa626c [file] [log] [blame]
applications:
- horizon
classes:
- service.horizon.support
parameters:
_param:
horizon_version: liberty
horizon_identity_host: localhost
horizon_identity_version: 3
horizon_identity_encryption: none
horizon_identity_endpoint_type: internalURL
horizon:
server:
enabled: true
version: ${_param:horizon_version}
secret_key: ${_param:horizon_secret_key}
session_timeout: 43200
bind:
address: ${_param:single_address}
port: 80
wsgi:
processes: 3
threads: 10
mail:
engine: dummy
cache:
engine: memcached
prefix: 'CACHE_HORIZON'
members:
- host: ${_param:single_address}
port: 11211
api_versions:
identity: ${_param:horizon_identity_version}
identity:
engine: keystone
port: 5000
host: ${_param:horizon_identity_host}
encryption: ${_param:horizon_identity_encryption}
endpoint_type: ${_param:horizon_identity_endpoint_type}