Move auth plugins to 'keystone.auth.plugins' (bug 1136967)
Change-Id: I8c72ee99695b0c039a91f807a13a832ce2c3ff74
This commit is contained in:
parent
1f7c863a9c
commit
ddd221630a
@ -202,8 +202,8 @@
|
||||
|
||||
[auth]
|
||||
methods = password,token
|
||||
password = keystone.auth.methods.password.Password
|
||||
token = keystone.auth.methods.token.Token
|
||||
password = keystone.auth.plugins.password.Password
|
||||
token = keystone.auth.plugins.token.Token
|
||||
|
||||
[filter:debug]
|
||||
paste.filter_factory = keystone.common.wsgi:Debug.factory
|
||||
|
Loading…
x
Reference in New Issue
Block a user