Comment 2 for bug 1844767

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

Reviewed: https://review.opendev.org/685030
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=3bbd48216a181e1955a582e0b05c4ee265ab3c28
Submitter: Zuul
Branch: master

commit 3bbd48216a181e1955a582e0b05c4ee265ab3c28
Author: Harald Jensås <email address hidden>
Date: Wed Sep 25 17:29:07 2019 +0200

    Undercloud ctplane router for IPv6 RA's idempotent

    Check if the router exists before creating it. The undercloud
    re-install fail's when using IPv6 provisioning network since
    the router already exists.

    Also, don't create the router if routed networks is enabled.
    In this case the router in the infrastructure should handle
    router advertisements.

    Change-Id: I5bc0a88bbb7912bb10693ce393ac89365f29a940
    Closes-Bug: #1844767