nova/releasenotes/notes/bug-2092570-fix-parameter-order-in-add_instance_info_to_node.yaml
Suiong Ng a458033568 Fix parameter order in add_instance_info_to_node
Corrected the parameter order in `add_instance_info_to_node`.
Closes-Bug: #2092570

Change-Id: I1e7458a70a65f65f4da66d98d8fde6c031e3315e
2025-02-06 21:15:13 +08:00

8 lines
395 B
YAML

---
fixes:
- |
Fixed an issue where the instance rebuild option failed for Ironic instances.
The problem was caused by an incorrect parameter order in the ``add_instance_info_to_node``
function, which was introduced by commit `93b90d2b` <https://review.opendev.org/c/openstack/nova/+/923910>.
For more details, see `bug 2092570` <https://bugs.launchpad.net/nova/+bug/2092570>.