c84c6af087
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
8 lines
285 B
YAML
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.
|