ironic/releasenotes/notes/fix-network-data-dns-nameservers-f363b3a66c109b4d.yaml
James Denton 11dfe23cf7 Update network_data.json to include dns nameservers
This patch updates network_data to include dns nameservers. This
is especially important when booting virtual media in a dhcp-less
environment.

Change-Id: Icf0d9b5781edd193b2313441e8586b745574edbb
2024-08-22 14:43:24 -05:00

10 lines
344 B
YAML

---
fixes:
- |
The network_data fetched from Neutron contained 'links',
'networks' but was missing 'services'. This patch brings
in 'services' to include dns nameservers that can be
configured by Glean or cloud-init during cleaning and
provisioning operations, especially when virtual media
boot is used without DHCP.