210ec5003d

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
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
See also: Library Documentation
Description
Languages
Python
99.8%
Shell
0.2%