summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/oslo-rpc-zmq-receiver3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/oslo-rpc-zmq-receiver b/bin/oslo-rpc-zmq-receiver
index 172136b..7478c8d 100755
--- a/bin/oslo-rpc-zmq-receiver
+++ b/bin/oslo-rpc-zmq-receiver
@@ -30,7 +30,8 @@ POSSIBLE_TOPDIR = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
if os.path.exists(os.path.join(POSSIBLE_TOPDIR, 'oslo', '__init__.py')):
sys.path.insert(0, POSSIBLE_TOPDIR)
-from openstack.common import cfg
+from oslo.config import cfg
+
from openstack.common import log as logging
from openstack.common import rpc
from openstack.common.rpc import impl_zmq