zun/zun/compute
Hongbin Lu db0cea7121 Reuse the RPC transport to create RPC client
In before, we created a PRC transport per RPC call. This causes
too many RPC connections as reported by the bug. This patch fixes
it by initialize the RPC transport at startup and reuse the RPC
transport for each API call.

Change-Id: I55e409e0b70024673bd25ab460c2a5bfecc717a5
Closes-Bug: #1785371
(cherry picked from commit de82a5dc81)
2018-08-07 03:37:16 +00:00
..
__init__.py Update Higgins compute agent with Zun 2016-06-10 14:00:37 +08:00
api.py Handle exception on searching for images 2018-02-10 18:03:13 +00:00
claims.py Port pci request from nova to zun 2017-10-31 18:32:57 -04:00
compute_node_tracker.py Port pci request from nova to zun 2017-10-31 18:32:57 -04:00
container_actions.py Record container action and event. 2018-02-02 04:46:26 +00:00
manager.py Delete sandbox on capsule delete 2018-05-16 21:48:13 +00:00
rpcapi.py Reuse the RPC transport to create RPC client 2018-08-07 03:37:16 +00:00