Files
nova/releasenotes/notes/bug-2092570-fix-parameter-order-in-add_instance_info_to_node.yaml
Suiong Ng 4a17d63535 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
(cherry picked from commit a458033568)
2025-03-11 01:12:14 +00: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>.