Comment 13 for bug 1922089

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

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

commit 8c6f7745041dca8eb4568c255e2033bf54ee9fe5
Author: Lucas Alvares Gomes <email address hidden>
Date: Wed Apr 28 13:41:15 2021 +0100

    [OVN] Fix: Disabling snat after it was enabled

    This patch removes a conditional check in the update_router() method
    which was verifying if snat was enabled in order to update the nat
    rules. This check does not make sense in the update method as if snat
    was disabled we should still call update_nat_rules() which will then
    remove the NAT entry from the OVN NB DB.

    Change-Id: Ice20d22365acaf33ee211b1e38b7d0bc151c1ba8
    Closes-Bug: #1922089
    Signed-off-by: Lucas Alvares Gomes <email address hidden>
    (cherry picked from commit ddc8e625f714aebd65a454f23fedc6d9a9320e89)