summaryrefslogtreecommitdiff
path: root/releasenotes/notes/vif-port-attach-17a9993bf5c21d69.yaml
diff options
context:
space:
mode:
authorTzu-Mainn Chen <tzumainn@redhat.com>2020-05-28 21:56:21 +0000
committerTzu-Mainn Chen <tzumainn@redhat.com>2020-06-15 20:56:23 +0000
commite8f6fdd56d7eccbdeba3ff3d1101a8dc6a8be72f (patch)
tree117dc641f46eb63f80d2522c9e8a7beea0118f3e /releasenotes/notes/vif-port-attach-17a9993bf5c21d69.yaml
parentc717f0e49444041337133ca655296e749d2f19ad (diff)
downloadironic-e8f6fdd56d7eccbdeba3ff3d1101a8dc6a8be72f.tar.gz
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
Diffstat (limited to 'releasenotes/notes/vif-port-attach-17a9993bf5c21d69.yaml')
-rw-r--r--releasenotes/notes/vif-port-attach-17a9993bf5c21d69.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/vif-port-attach-17a9993bf5c21d69.yaml b/releasenotes/notes/vif-port-attach-17a9993bf5c21d69.yaml
new file mode 100644
index 000000000..f5b791c0c
--- /dev/null
+++ b/releasenotes/notes/vif-port-attach-17a9993bf5c21d69.yaml
@@ -0,0 +1,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.