Files
python-ganttclient/nova/tests/rpc
Russell Bryant e133c52767 Don't store connection pool in RpcContext.
Fix bug 934575.

As Chris pointed out in the bug, there is a downside to this approach to
fixing the bug, in that a manager will no longer be able to use
context.reply(). However, it wasn't being used at all, and it's no loss
in functionality.  A remote method can still return multiple values (in
response to a multicall()) by using yield.

Change-Id: I0e5aff2e8a40ffd8390c0e19d89dd17e60a74130
2012-02-21 13:32:19 -05:00
..