Comment 6 for bug 1817306

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

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

commit c620b3c91efcf38c039981f3153c02ed3bf67de3
Author: Oleg Bondarev <email address hidden>
Date: Fri Feb 22 16:00:30 2019 +0400

    DVR edge router: avoid accidental centralized floating IP remove

    Need to pass centralized floating IPs as preserve_ips to
    _external_gateway_added during DVR router update.
    Otherwise IP addresses will be deleted from gw device in certain case.
    The case is when a router with active centralized floating IPs is
    being scheduled to a new dvr_snat L3 agent (rescheduled from a down one).
    Please see corresponding traces in the bug description.

    Change-Id: Iaeb9fbed73144df6fcd9092c665ed19986e85f4d
    Closes-bug: #1817306
    (cherry picked from commit 1ee18775a99492f445f1fb29e2d4639cbdff613d)