Comment 22 for bug 1445412

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

Reviewed: https://review.openstack.org/174844
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4be5c2f6dc635e1139e268b078ba3c28c3bcefb6
Submitter: Jenkins
Branch: master

commit 4be5c2f6dc635e1139e268b078ba3c28c3bcefb6
Author: Kevin Benton <email address hidden>
Date: Fri Apr 17 04:51:26 2015 -0700

    Replace unnecessary call to get_sync_routers

    Replaces a call to get_sync_routers with a single-column
    router DB query in a method that doesn't use any of the
    gateway information get_sync_routers spends extra
    time populating.

    Change-Id: I35eae975209316aad6b2c97c909dce385729864d
    Partial-Bug: #1445412