Comment 6 for bug 1927849

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

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

commit f29641a7f7d1cca32c7d9f011981e076b5906fed
Author: yangjianfeng <email address hidden>
Date: Sun May 9 06:28:06 2021 +0000

    HA-non-DVR router don't need manually add static route

    When a router set as HA mode, The keepalived process will take over
    the route entry's generation. So, the codes that add static route
    is redundant.

    But, for DVR-HA router, in dvr_snat node the keepalived process run
    in snat-namespace and don't take over qrouter-namespace, so the
    manually add static route codes still need be called.

    Closes-Bug: #1927849
    Change-Id: Id09de6c43c0fab4009336e253c88f54219398053
    (cherry picked from commit f192153b449877e00c57c2b2a1b8ce89c9c733da)