ironic/releasenotes/notes/use-dhcp-option-numbers-8b0b0efae912ff5f.yaml
Andrey Shestakov c377f5cbbd Change pxe dhcp options name to codes.
There is difference between dhcp option names in different backends.
This patch changes options name to code according to [0].

[0] https://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml

Closes-Bug: 1717236

Change-Id: Idbc2f7496d10d92d8dc481eb4173ed1c6f35d412
2017-09-14 22:18:19 +00:00

6 lines
169 B
YAML

---
fixes:
- |
Fixes compatibility with Neutron DHCP backends other than dnsmasq by using
standard DHCP option codes instead of dnsmasq-specific option names.