Skip to content

Commit

Permalink
Move auth plugins to 'keystone.auth.plugins' (bug 1136967)
Browse files Browse the repository at this point in the history
Change-Id: I8c72ee99695b0c039a91f807a13a832ce2c3ff74
  • Loading branch information
dolph committed Mar 6, 2013
1 parent 1f7c863 commit ddd2216
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/keystone.conf.sample
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ddd2216

Please sign in to comment.