diff --git a/oslo/messaging/_drivers/impl_zmq.py b/oslo/messaging/_drivers/impl_zmq.py index 0a55d9bd4..80113df92 100644 --- a/oslo/messaging/_drivers/impl_zmq.py +++ b/oslo/messaging/_drivers/impl_zmq.py @@ -753,7 +753,8 @@ def _multi_send(method, context, topic, msg, timeout=None, eventlet.spawn_n(method, _addr, context, _topic, msg, timeout, envelope, _msg_id) else: - return_val = method(_addr, context, _topic, msg, timeout, envelope) + return_val = method(_addr, context, _topic, msg, timeout, + envelope, allowed_remote_exmods) return return_val