Comment 8 for bug 1494682

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

Reviewed: https://review.openstack.org/259510
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=430892ab60480ea084429bab2379f378c5b7c5c8
Submitter: Jenkins
Branch: stable/liberty

commit 430892ab60480ea084429bab2379f378c5b7c5c8
Author: Sudhakar Babu Gariganti <email address hidden>
Date: Wed Sep 16 15:53:57 2015 +0530

    Avoid full_sync in l3_agent for router updates

    While processing a router update in _process_router_update method,
    if an exception occurs, we try to do a full_sync.

    We only need to re-sync the router whose update failed.

    Addressed a TODO in the same method, which falls in similar lines.

    Change-Id: I7c43a508adf46d8524f1cc48b83f1e1c276a2de0
    Closes-Bug: #1494682
    (cherry picked from commit 4957b5b43521a61873a041fe3e8989ed399903d9)