Files
ironic/releasenotes/notes/fix-portgroup-update-logic-156ebe0ef9bc2d58.yaml
Kaifeng Wang 595f126b4d Fix incorrect arg while getting ports by portgroup
get_ports_by_portgroup_id accepts id instead of uuid.

Change-Id: Ia21beb5675d2c4383a734a5a434d623aa628db6c
Signed-off-by: Kaifeng Wang <kaifeng.w@gmail.com>
Signed-off-by: Julia Kreger <juliaashleykreger@gmail.com>
2025-09-24 07:42:28 +00:00

8 lines
290 B
YAML

---
fixes:
- |
Fixes an issue around handling of portgroup updates where the associated
node ID is changed. While a rare operation, it exists as a capability
and a bug existed from the wrong ID value being used to query the
database. The correct ID value is now utilized.