Comment 3 for bug 1312482

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

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

commit f55e451fb790b976d3fbd3a23dd8688bcc584c77
Author: Itsuro Oda <email address hidden>
Date: Mon Apr 21 15:02:52 2014 +0900

    Performance improvement of router routes operations

    This patch fixes inefficiency of updating extra routes.
    * remove the code repeated by every routes in validation check.
    * remove searching a record to delete per record.

    Note: Unit tests are covered by existing ones. So no unit test added.

    Change-Id: Ia335ac21c65148063d330e4533a15a73962c43d8
    Closes-bug: #1312482