
I have a usecase where I boot nova instances using an iPXE image. For IPv6 setting option 59 did not work, but it seems all that is needed to make the OVN DHCP service serve Option 59 is to add it to the supported opts mapping. ``` Configuring (net0 fa:16:3e🇩🇪cf:88)................. ok net0: 2620:cf:cf:cf02::10/64 gw fe80::f816:3eff:feca:5746 net0: fe80::f816:3eff:fede:cf88/64 Filename: http://[2620:cf:cf:cf02::fff0]:8081/boot-artifacts/agent.x86_64.ipxe ``` Closes-Bug: #2125715 Change-Id: I43bb10e45a589e947e27e0bc98af4cef5fc7a386 Signed-off-by: Harald Jensås <hjensas@redhat.com>
6 lines
163 B
YAML
6 lines
163 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Use of DHCPv6 option 59 (bootfile-name) is now supported with OVN.
|
|
See bug: `2125715 <https://bugs.launchpad.net/neutron/+bug/2125715>`_.
|