55eb1746aa
This also means that the install script will install bash-completion for heat. Change-Id: Ib60346c72ce6277951cb51952e359f97be20a1be Signed-off-by: Zane Bitter <zbitter@redhat.com>
16 lines
413 B
INI
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
|