Comment 43 for bug 1665215

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

Reviewed: https://review.openstack.org/466395
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2a32ae927147ebb07a188b569c264bca80bbb116
Submitter: Jenkins
Branch: stable/ocata

commit 2a32ae927147ebb07a188b569c264bca80bbb116
Author: Kevin Benton <email address hidden>
Date: Wed Feb 15 22:27:53 2017 -0800

    Bulk up port context retrieval

    With the switch to subquery relationships, individual get_port calls
    can get expensive with large numbers of ports
    (100ms per port in my dev environment). This patch bulks up the
    retrieval of the port contexts so one set of queries covers all
    of the devices in an RPC call.

    Partial-Bug: #1665215
    Change-Id: I63757e143b23c24c349be98dc5a09115b8709a25
    (cherry picked from commit 529da4e583aefe7640d8559987282f223f3ad06b)