ranger-agent/etc/api-paste.ini
hosingh000 f7611c84c3 docker file and ubuntu 16.04 package changes
Change-Id: I55bb9a7a49cea077b6426dbc4db9536a640a868d
2017-12-01 15:20:19 -06:00

19 lines
566 B
INI

# ORD API WSGI Pipeline
# Define the filters that make up the pipeline for processing WSGI requests
# Note: This pipeline is PasteDeploy's term rather than ORD's pipeline
# used for processing samples
# Remove authtoken from the pipeline if you don't want to use keystone authentication
[pipeline:main]
pipeline = request_id api-server
[app:api-server]
paste.app_factory = ord.api.app:app_factory
[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
[filter:request_id]
paste.filter_factory = oslo_middleware:RequestId.factory