Comment 11 for bug 1955417

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/train)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/822790
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/31a431d35178427a00ce03c7661aa3550a0180e4
Submitter: "Zuul (22348)"
Branch: stable/train

commit 31a431d35178427a00ce03c7661aa3550a0180e4
Author: Harald Jensås <email address hidden>
Date: Mon Dec 20 22:44:08 2021 +0100

    Fix IPv6 router on UC re-install

    Running 'openstack undercloud install' a second
    time failed with a ConflictException because a subnet
    with a router port cannot have the gateway_ip updated.

    Ensure that the router port is always deleted prior to
    the subnet update and then add the router port again
    after updating the subnet

    Closes-Bug: #1955417
    Change-Id: I0e075153e99876ddf613caecc92b4442e8b6ca03
    (cherry picked from commit 62ded067d53f8e12591f5ef7392b472cb8e9e985)