heat/etc/heat/heat-metadata-paste.ini
Zane Bitter 55eb1746aa Reorganise etc directory for easier installation
This also means that the install script will install bash-completion for
heat.

Change-Id: Ib60346c72ce6277951cb51952e359f97be20a1be
Signed-off-by: Zane Bitter <zbitter@redhat.com>
2012-09-07 15:11:37 +02:00

16 lines
413 B
INI

# Default minimal pipeline
[pipeline:heat-metadata]
pipeline = context metadatav1app
# Use the following pipeline for keystone auth
# i.e. in heat-metadata.conf:
# [paste_deploy]
# flavor = keystone
#
[app:metadatav1app]
paste.app_factory = heat.common.wsgi:app_factory
heat.app_factory = heat.metadata.api.v1:API
[filter:context]
paste.filter_factory = heat.common.context:ContextMiddleware_filter_factory