Comment 9 for bug 1947993

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/817535
Committed: https://opendev.org/openstack/neutron/commit/1c17019f6c7957c95b1d12942c5898fcc111e4ab
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 1c17019f6c7957c95b1d12942c5898fcc111e4ab
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.

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