From 8e5eac62b96ed684f2d90647bc197bbff86bad07 Mon Sep 17 00:00:00 2001 From: Eric Windisch Date: Fri, 13 Jul 2012 16:47:50 -0400 Subject: Restore register_opts on impl_zmq module load Change-Id: I6acdf1445e1f03246476292b38d7c52a29934af1 --- openstack/common/rpc/impl_zmq.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openstack') diff --git a/openstack/common/rpc/impl_zmq.py b/openstack/common/rpc/impl_zmq.py index bbdb40f..dbcc8bb 100644 --- a/openstack/common/rpc/impl_zmq.py +++ b/openstack/common/rpc/impl_zmq.py @@ -719,3 +719,6 @@ def register_opts(conf): mm_impl = importutils.import_module(mm_module) mm_constructor = getattr(mm_impl, mm_class) matchmaker = mm_constructor() + + +register_opts(cfg.CONF) -- cgit