summaryrefslogtreecommitdiffstats
path: root/keystone/auth
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 /keystone/auth
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 'keystone/auth')
-rw-r--r--keystone/auth/plugins/__init__.py (renamed from keystone/auth/methods/__init__.py)0
-rw-r--r--keystone/auth/plugins/password.py (renamed from keystone/auth/methods/password.py)0
-rw-r--r--keystone/auth/plugins/token.py (renamed from keystone/auth/methods/token.py)0
3 files changed, 0 insertions, 0 deletions
diff --git a/keystone/auth/methods/__init__.py b/keystone/auth/plugins/__init__.py
index e69de29b..e69de29b 100644
--- a/keystone/auth/methods/__init__.py
+++ b/keystone/auth/plugins/__init__.py
diff --git a/keystone/auth/methods/password.py b/keystone/auth/plugins/password.py
index 46ae6cb9..46ae6cb9 100644
--- a/keystone/auth/methods/password.py
+++ b/keystone/auth/plugins/password.py
diff --git a/keystone/auth/methods/token.py b/keystone/auth/plugins/token.py
index bb7b8d58..bb7b8d58 100644
--- a/keystone/auth/methods/token.py
+++ b/keystone/auth/plugins/token.py