Comment 3 for bug 1494682

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

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

commit 4957b5b43521a61873a041fe3e8989ed399903d9
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