Comment 31 for bug 1665215

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

Reviewed: https://review.openstack.org/434681
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=529da4e583aefe7640d8559987282f223f3ad06b
Submitter: Jenkins
Branch: master

commit 529da4e583aefe7640d8559987282f223f3ad06b
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