980611186e
Ages ago we supported pxelinux. Now, not really since it is long EOL. And while troubleshooting bug # 2033430, we discovered we had option 210 in the DHCP payload from the server, which ended up being the folder base path for a tftp client to self reference the structure, but only with OVN. Further troubleshooting with the neutron-dhcp-agent and dnsmasq revealed we never actaully really sent that option to clients. In other words, meaning it was always redundant. Since excess information could be part of the problem with grub, we're removing it. Change-Id: Iaa2f174b6082fadcab6635ca874fc5fae2fb4842
10 lines
454 B
YAML
10 lines
454 B
YAML
---
|
|
other:
|
|
- |
|
|
While investigating `bug 2033430 <https://bugs.launchpad.net/ironic/+bug/2033430>`_
|
|
we discovered we were emitting DHCP option 210 *only* with OVN, and never
|
|
emitted it with dnsmasq because it was not being set previously. Our
|
|
internal notes also indicated this was for PXELinux support, but was
|
|
never actually needed. As it was excess, and redundant configuration
|
|
being provided to Neutron, it has been removed.
|