ironic/releasenotes/notes/fix-network-data-e10f2bf9dc38ba1a.yaml
Dmitry Tantsur 2e5d01d48d Fix DHCP-less operations with the noop network interface
The base implementation of get_node_network_data returns {} and is
not overridden in the noop network. Update the base implementation
to use task.node.network_data and remove the excessive logging.

Change-Id: Ie50dcd1c2a151f5dd09794467792527032249809
2020-11-10 18:53:32 +01:00

6 lines
146 B
YAML

---
fixes:
- |
Correctly handles the node's custom network data when the ``noop`` network
interface is used. Previously it was ignored.