Merge "just set necessary config options"
This commit is contained in:
@@ -37,5 +37,5 @@ def install(app, conf, public_routes):
|
|||||||
if not CONF.get('enable_authentication'):
|
if not CONF.get('enable_authentication'):
|
||||||
return app
|
return app
|
||||||
return auth_token.AuthTokenMiddleware(app,
|
return auth_token.AuthTokenMiddleware(app,
|
||||||
conf=dict(conf),
|
conf=dict(conf.keystone_authtoken),
|
||||||
public_api_routes=public_routes)
|
public_api_routes=public_routes)
|
||||||
|
|||||||
Reference in New Issue
Block a user