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 f3cfeba8..66c6d05b 100644
--- a/keystone/auth/plugins/password.py
+++ b/keystone/auth/plugins/password.py
@@ -15,9 +15,9 @@
# under the License.
from keystone import auth
-from keystone.common import logging
from keystone import exception
from keystone import identity
+from keystone.openstack.common import log as logging
METHOD_NAME = 'password'