2e5d01d48d
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
6 lines
146 B
YAML
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.
|