ironic/releasenotes/notes/node-network-data-6f998aaa57020f4b.yaml
Ilya Etingof c84c6af087 Add get_node_network_data to Neutron NetworkInterface
Implements `get_node_network_data` network interface method for
Neutron networks providing Nova network metadata
(AKA network_data.json) collected from Neutron VIF of ironic
port objects associated with the node.

Co-Authored: Iury Gregory Melo Ferreira <iurygregory@gmail.com>
Change-Id: I0fa742110649ed2786f360e1ef43012e77671620
Story: 2006691
Task: 37071
2020-07-01 14:57:34 +02:00

8 lines
285 B
YAML

---
features:
- |
Adds `network_data` property to the node, a dictionary that represents the
node static network configuration. The Ironic API performs formal JSON
validation of node `network_data` content against user-supplied JSON schema
at driver validation step.