06705da563
Just use a direct filter factory for ContextMiddleware Change-Id: Ie17bb88c331bdb4354d0abb24346ab80f13cd323 Signed-off-by: Steven Dake <sdake@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
|