Comment 4 for bug 1978892

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/848651
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/e36b018e86cb0d668c0121849a34d172df1c5be5
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit e36b018e86cb0d668c0121849a34d172df1c5be5
Author: Takashi Kajinami <email address hidden>
Date: Thu Jun 16 11:33:22 2022 +0900

    ironic tftp: Do not format IPv6 address for bind_host

    dnsmasq does not accept IPv6 addresses surrounded by [] and we should
    pass a raw IP string without [].

    Conflicts:
            deployment/ironic/ironic-conductor-container-puppet.yaml

    Resolved conflict caused by replacement of the hiera functions.

    Closes-Bug: #1978892
    Change-Id: Ida8e79d5cf1a4ecf80dbe855798c3732ced06260
    (cherry picked from commit 3290e6f9de3a905085a6e29ebb4cbf9f2d8d41db)