summaryrefslogtreecommitdiffstats
path: root/keystone/auth/plugins/password.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/auth/plugins/password.py')
-rw-r--r--keystone/auth/plugins/password.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/auth/plugins/password.py b/keystone/auth/plugins/password.py
index 9d924059..d5043611 100644
--- a/keystone/auth/plugins/password.py
+++ b/keystone/auth/plugins/password.py
@@ -109,7 +109,7 @@ class Password(auth.AuthMethodHandler):
# FIXME: identity.authenticate() can use some refactoring since
# all we care is password matches
- user_auth_data = self.identity_api.authenticate(
+ self.identity_api.authenticate(
context=context,
user_id=user_info.user_id,
password=user_info.password)