tripleo-heat-templates/releasenotes/notes/fix-ironic-pxe-tftp-ipv6-a315184667e262b3.yaml
Harald Jensås d2b607c976 Use _uri which is wrapped if IPv6 for ironic tftp
Use $NETWORK_uri for ironic::pxe::tftp_bind_host so that
the wrapped ip address is picked up from hieradata when
IPv6 is used.

Closes-Bug: #1844713
Change-Id: I874d5eb401113fb9a1664be0b3cd29e76756d970
2019-09-19 22:01:30 +02:00

9 lines
291 B
YAML

---
fixes:
- |
When using IPv6 provisioning network the tftp server used by the
Baremetal service did not start. The address passed as bind host
to the tftp server is now wrapped in `[]` to fix the issue. Bug:
`1844713 <https://bugs.launchpad.net/tripleo/+bug/1844713>`_.