summaryrefslogtreecommitdiffstats
path: root/keystone/common/sql/legacy.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/common/sql/legacy.py')
-rw-r--r--keystone/common/sql/legacy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/common/sql/legacy.py b/keystone/common/sql/legacy.py
index c8adc900..d88e5a46 100644
--- a/keystone/common/sql/legacy.py
+++ b/keystone/common/sql/legacy.py
@@ -21,10 +21,10 @@ from sqlalchemy import exc
from keystone.assignment.backends import sql as assignment_sql
-from keystone.common import logging
from keystone import config
from keystone.contrib.ec2.backends import sql as ec2_sql
from keystone.identity.backends import sql as identity_sql
+from keystone.openstack.common import log as logging
LOG = logging.getLogger(__name__)