Merge "just set necessary config options"

This commit is contained in:
Zuul 2020-02-22 01:34:24 +00:00 committed by Gerrit Code Review
commit 8140173aa3
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ def install(app, conf, public_routes):
if not CONF.get('enable_authentication'):
return app
return auth_token.AuthTokenMiddleware(app,
conf=dict(conf),
conf=dict(conf.keystone_authtoken),
public_api_routes=public_routes)