oslo.messaging/oslo
Elena Ezhova 210ec5003d Handle unused allowed_remote_exmods in _multi_send
allowed_remote_exmods which is passed to _multi_send method in
impl_zmq.py is not passed further to _call, _cast, etc.

Due to that, all remote exceptions, that are supposed to be
expected, are wrapped into messaging.RemoteError exception with
all details of the remote exception.

To fix this allowed_remote_exmods needs to be passed as a
parameter in a called method().

Change-Id: If1dc2f85eab6f542bc21961b9d5c0bd0ab64add2
Closes-Bug: 1330460
2014-06-16 16:23:11 +04:00
..
messaging Handle unused allowed_remote_exmods in _multi_send 2014-06-16 16:23:11 +04:00
__init__.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00