Files
gantt/nova/rpc
Russell Bryant 1095bf0b30 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
..
2012-02-08 08:52:43 +08:00