Comment 10 for bug 1850779

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

Reviewed: https://review.opendev.org/709650
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c667e4d3b23cb8a9ea827b2594a0100974bb9b85
Submitter: Zuul
Branch: stable/rocky

commit c667e4d3b23cb8a9ea827b2594a0100974bb9b85
Author: LIU Yulong <email address hidden>
Date: Thu Oct 31 19:17:36 2019 +0800

    Do not initialize snat-ns twice

    If the DVR+HA router has external gateway, the snat-namespace will be
    initialized twice during agent restart. And that ns initialization
    function will run many external resource processing actions which will
    definitely increase the starting time of L3 agent. This patch addresses
    this issue.

    Change-Id: I7719491275fa1ebfa7e881366e5cb066e3d4185c
    Closes-Bug: #1850779
    (cherry picked from commit 7a9d6d26419defa148764166600bc4ac6b50c109)