Comment 8 for bug 1947993

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/817716
Committed: https://opendev.org/openstack/neutron/commit/7486374ba30c709221ea0118ba8e5c8a438f3d28
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 7486374ba30c709221ea0118ba8e5c8a438f3d28
Author: Slawek Kaplonski <email address hidden>
Date: Thu Oct 21 12:06:25 2021 +0200

    Cleanup router for which processing added router failed

    In the _process_added_router() method of the L3 agent, if processing
    router will fail, router_info should be cleaned to e.g. be removed from
    the router cache so it will not be treated as updated router in next
    iteration of the agent.

    Conflicts:
        neutron/agent/l3/agent.py

    Closes-Bug: #1947993
    Change-Id: Ic0bc3d951d32efadc116708bfe518a711730429d
    (cherry picked from commit 41159bd9a4178a5f8a4fdc90b034c48fa9880cac)
    (cherry picked from commit 1c17019f6c7957c95b1d12942c5898fcc111e4ab)