summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc/matchmaker.py
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2012-11-24 11:13:37 -0500
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2012-11-24 11:13:37 -0500
commit05f8ec71c02e563223be8a065adc4688a2246eb0 (patch)
tree9a7e840abf8375db321e6c62977df18915e5ff67 /openstack/common/rpc/matchmaker.py
parentf30587718a79755c3b59d9a0b680dd7f971cfdcd (diff)
downloadoslo-05f8ec71c02e563223be8a065adc4688a2246eb0.tar.gz
oslo-05f8ec71c02e563223be8a065adc4688a2246eb0.tar.xz
oslo-05f8ec71c02e563223be8a065adc4688a2246eb0.zip
Fix common rpc to use common logging instead of python logging
Looks like we just need to fix imports Fixes Bug #1072633 Change-Id: Iac84ae3aadbe440f9b19e184f080320e4c6cca5f
Diffstat (limited to 'openstack/common/rpc/matchmaker.py')
-rw-r--r--openstack/common/rpc/matchmaker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/rpc/matchmaker.py b/openstack/common/rpc/matchmaker.py
index 2791ac2..8ea78ba 100644
--- a/openstack/common/rpc/matchmaker.py
+++ b/openstack/common/rpc/matchmaker.py
@@ -20,10 +20,10 @@ return keys for direct exchanges, per (approximate) AMQP parlance.
import contextlib
import itertools
-import json
import logging
from openstack.common import cfg
+from openstack.common import log as logging
from openstack.common.gettextutils import _