summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-03-06 12:53:47 -0600
committerDolph Mathews <dolph.mathews@gmail.com>2013-03-06 12:53:47 -0600
commitddd221630af049b577479d7f7ec0da8755b2a517 (patch)
tree6e9eb38d318e9a036bc66bb02fcf02e41d0b4589 /etc
parent1f7c863a9ce3df695fbc98c3a53f0e6b4d172e4d (diff)
downloadkeystone-ddd221630af049b577479d7f7ec0da8755b2a517.tar.gz
keystone-ddd221630af049b577479d7f7ec0da8755b2a517.tar.xz
keystone-ddd221630af049b577479d7f7ec0da8755b2a517.zip
Move auth plugins to 'keystone.auth.plugins' (bug 1136967)
Change-Id: I8c72ee99695b0c039a91f807a13a832ce2c3ff74
Diffstat (limited to 'etc')
-rw-r--r--etc/keystone.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample
index 808cff75..f9d8cc60 100644
--- a/etc/keystone.conf.sample
+++ b/etc/keystone.conf.sample
@@ -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