16d9ba42f0b8b4487c8da2c0b0c228adce87d407
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:de: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>
OpenStack Neutron
Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).
To learn more about neutron:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
If you would like to contribute to Neutron, please read the file CONTRIBUTING.rst or see the Neutron contributor guide:
https://docs.openstack.org/neutron/latest/contributor/contributing.html
Get in touch via email. Use [Neutron] in your subject.
Description
Languages
Python
99.7%
Shell
0.3%