a951e452e1
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
6 lines
186 B
YAML
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.
|