Pass oslo_config_project to keystone conf

The api_paste section of keystone_authtoken is missing
oslo_config_project, so it's unable to find the config at startup.

Change-Id: I4c3884d5a4041283bfcf18b2ad3cc26bc0a17b23
This commit is contained in:
Thomas Herve 2016-09-08 14:47:38 +02:00
parent 64ca981bc6
commit 6c7d12e7be
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ paste.app_factory = panko.api.app:app_factory
[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
oslo_config_project = panko
[filter:request_id]
paste.filter_factory = oslo_middleware:RequestId.factory