summaryrefslogtreecommitdiffstats
path: root/keystone/catalog/backends/templated.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-08-15 21:42:32 +0000
committerGerrit Code Review <review@openstack.org>2013-08-15 21:42:32 +0000
commit049c5c7159ba88f584c832e6b1a87d6bee9c31d7 (patch)
tree95c761876ebd90b6466ec338246e2fa4cc5ecf1f /keystone/catalog/backends/templated.py
parent1b4f0a5ec848af94e322a8f55deb52223c94b62a (diff)
parent0c2fc69ba15d8a0a0c045294495503e451501ac9 (diff)
downloadkeystone-049c5c7159ba88f584c832e6b1a87d6bee9c31d7.tar.gz
keystone-049c5c7159ba88f584c832e6b1a87d6bee9c31d7.tar.xz
keystone-049c5c7159ba88f584c832e6b1a87d6bee9c31d7.zip
Merge "Refactor Keystone to use unified logging from Oslo"
Diffstat (limited to 'keystone/catalog/backends/templated.py')
-rw-r--r--keystone/catalog/backends/templated.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/catalog/backends/templated.py b/keystone/catalog/backends/templated.py
index a96902d3..7fe73e91 100644
--- a/keystone/catalog/backends/templated.py
+++ b/keystone/catalog/backends/templated.py
@@ -18,8 +18,8 @@ import os.path
from keystone.catalog.backends import kvs
from keystone.catalog import core
-from keystone.common import logging
from keystone import config
+from keystone.openstack.common import log as logging
LOG = logging.getLogger(__name__)