ironic/releasenotes/notes/fix-boot-url-for-v6-802abde9de8ba455.yaml
Julia Kreger f6bd23e199 Fix ipv6 URL formatting for pxe/iPXE
The first DHCPv6 related fix was not enough.

In testing, it appears that we were not correctly returning
the proper variables and formatting to enable the machine to
boot via IPv6.

Fixes values, wraps a bare IPv6 address as dicated by RFC standards,
and enhances unit tests.

Change-Id: I9ebfb1ff1ba53dd117988b5e2a7736e20d1041a0
2018-11-07 12:54:56 -08:00

9 lines
289 B
YAML

---
fixes:
- |
Fixes the URL generation with TFTP URLs does not account for IPv6 addresses
needing to be wrapped in '[]' in order to be parsed.
- |
Fixes DHCP option parameter generation to correctly return the proper
values for IPv6 based booting when iPXE is in use.