32150c643e
Instead of specifying a custom location for the Marconi configuration file through Paste, just use the defaults as specified by our config module. Change-Id: Ia01e262e298f953412a36c75614c7656c3105db1 Implements: blueprint config-module
15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
[pipeline:main]
|
|
pipeline = authtoken marconi
|
|
|
|
[filter:authtoken]
|
|
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
|
|
auth_host = 127.0.0.1
|
|
auth_port = 35357
|
|
auth_protocol = https
|
|
admin_tenant_name = %SERVICE_TENANT_NAME%
|
|
admin_user = %SERVICE_USER%
|
|
admin_password = %SERVICE_PASSWORD%
|
|
|
|
[app:marconi]
|
|
paste.app_factory = lib.marconi_paste:WSGI.app_factory
|