Comment 9 for bug 1356121

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

Reviewed: https://review.openstack.org/115837
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=76f4d7db9f44022667d347dfe0474a3abb3b1bb7
Submitter: Jenkins
Branch: master

commit 76f4d7db9f44022667d347dfe0474a3abb3b1bb7
Author: armando-migliaccio <email address hidden>
Date: Wed Aug 20 18:04:33 2014 -0700

    Do not use auto_schedule_routers to add router to agent

    auto_schedule_routers makes a number of DB calls that are
    unnecessary as they are already made during the validation
    phase of add_router_to_l3_agent. Once the validation is
    done, the only business left is to create the binding: this
    is what this patch does.

    Partial-bug: #1356121

    Change-Id: Ia9be998c2b94416bc46ef78415099f0099b08c2a