ironic/releasenotes/notes/fix-vif-detach-fca221f1a1c0e9fa.yaml
Vasyl Saienko a951e452e1 Walk over all objects when doing VIF detach
We apply specific rules when doing VIF attach, do not duplicate them
in vif_detach just walk over all port and portgroup objects.
This also fixes an issue when VIF was attached to port manually
(set vif_port_id key in port.extra) and it is impossible to detach
such VIF via v1/nodes/<node_ident>/vifs API.

Closes-Bug: #1663660

Change-Id: I70fe87bb4ae15a506fec705d10beaed572c0b45e
2017-02-13 11:30:13 +00:00

6 lines
186 B
YAML

---
fixes:
- An issue when it was impossible to detach manually attached VIF
to port (port.extra) when port is in portgroup by using DELETE
``v1/nodes/<node_ident>/vifs`` API.