zun/zun
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
..
api Remove unused auth_url from RequestContext 2018-07-11 01:26:12 +00:00
cmd Introduce rootwrap and filter 2018-03-20 13:58:01 +00:00
common Reuse the RPC transport to create RPC client 2018-08-07 03:37:16 +00:00
compute Reuse the RPC transport to create RPC client 2018-08-07 03:37:16 +00:00
conf Fall back to the legacy auth_uri option 2018-07-11 01:26:30 +00:00
container Merge "Verify docker API version if runtime is specified" into stable/queens 2018-07-28 06:02:03 +00:00
db Set ondelete='CASCADE' on foreign key 2018-02-02 04:40:23 +00:00
hacking Delete log translation functions and add hacking rule 2017-07-03 03:40:34 -04:00
image Modify the notes of upload_image_data() method 2017-12-16 16:04:00 +08:00
network The way to get neutron_port['security_groups'] is wrong 2018-03-18 03:53:25 +00:00
objects Record container action and event. 2018-02-02 04:46:26 +00:00
pci Port pci request from nova to zun 2017-10-31 18:32:57 -04:00
scheduler Introduce ComputeFilter 2017-11-22 09:27:26 +07:00
service Make periodic task spacing configurable 2018-01-25 03:49:27 +00:00
servicegroup Refactor code 2017-07-12 09:11:34 +07:00
tests Verify docker API version if runtime is specified 2018-07-20 03:03:25 +00:00
volume Merge "Catch exception in volume get" 2018-01-23 05:34:32 +00:00
websocket Rename 'tenant' to 'project' in server 2018-01-08 19:55:13 -08:00
MANIFEST.in update higgins with zun 2016-06-08 22:21:34 -05:00
__init__.py Use __future__ module absolute_import 2017-07-07 10:34:28 +07:00
version.py Use __future__ module absolute_import 2017-07-07 10:34:28 +07:00