Comment 11 for bug 1850779

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

Reviewed: https://review.opendev.org/709649
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=01d0612a3a1b50cdadf633d5e5b9bad1cfe662fd
Submitter: Zuul
Branch: stable/stein

commit 01d0612a3a1b50cdadf633d5e5b9bad1cfe662fd
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)