summaryrefslogtreecommitdiffstats
path: root/keystone/catalog/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/catalog/core.py')
-rw-r--r--keystone/catalog/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/catalog/core.py b/keystone/catalog/core.py
index b8a081ac..61b7e8ac 100644
--- a/keystone/catalog/core.py
+++ b/keystone/catalog/core.py
@@ -18,10 +18,10 @@
"""Main entry point into the Catalog service."""
from keystone.common import dependency
-from keystone.common import logging
from keystone.common import manager
from keystone import config
from keystone import exception
+from keystone.openstack.common import log as logging
CONF = config.CONF