nova/releasenotes/notes/ironic-validate-node-message-6a8b1eedbddd06fd.yaml
Doug Goldstein 37888e875f
ironic: fix logging of validation errors
When validation of the node fails, since switching to the SDK the
address of the ValidationResult object is displayed instead of the
actual message. This has been broken since patch
Ibb5b168ee0944463b996e96f033bd3dfb498e304.

Closes-Bug: 2100009
Change-Id: I8fbdaadd125ece6a3050b2fbb772a7bd5d7e5304
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2025-03-17 17:04:01 -05:00

8 lines
302 B
YAML

---
fixes:
- |
Fix displaying the reason messages from the Ironic validate node operation that
is called just before the instance is deployed on the bare metal node. The
message from Ironic is now correctly logged.
Fixes `bug 2100009 <https://bugs.launchpad.net/nova/+bug/2100009>_`.