ironic/releasenotes/notes/vif-port-attach-17a9993bf5c21d69.yaml
Tzu-Mainn Chen e8f6fdd56d Allow node vif attach to specify port_uuid or portgroup_uuid
Update the function that checks for free ports/portgroups to
accept a port_like_obj_id parameter to match. This parameter
comes from the vif_info dictionary.

Story: 2007723
Task: 39872

Change-Id: I82efa90994325aa37cca865920d656f510a691b2
2020-06-15 20:56:23 +00:00

9 lines
354 B
YAML

---
features:
- |
Adds the ability for Ironic to attach a node to a specific port or portgroup.
This is accomplished by having the node vif_attach API accept a port_uuid or
portgroup_uuid key within vif_info. If one is specified, then Ironic will
attempt to attach to the specified port/portgroup. Specifying both returns
an error.