summaryrefslogtreecommitdiff
path: root/releasenotes/notes/vif-port-attach-17a9993bf5c21d69.yaml
blob: f5b791c0c16944d3b0a76bb518dbe1a1b79c7746 (plain)
1
2
3
4
5
6
7
8
---
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.