Zun

Comment 5 for bug 1785371

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to zun (stable/queens)

Reviewed: https://review.openstack.org/589331
Committed: https://git.openstack.org/cgit/openstack/zun/commit/?id=db0cea7121628d6d27e0beaa10b989be33dad37e
Submitter: Zuul
Branch: stable/queens

commit db0cea7121628d6d27e0beaa10b989be33dad37e
Author: Hongbin Lu <email address hidden>
Date: Sun Aug 5 20:28:57 2018 +0000

    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 de82a5dc81816194eecbbf609ca3c179b7aa9368)