ironic-inspector/releasenotes/notes/unmanaged-result-4de3788e7820e3c5.yaml
Dmitry Tantsur f3e27c1916 Make POST /v1/introspection synchronous when manage_boot==False
Without manage_boot the only real action we do is updating the firewall,
which is supposed to be pretty fast. Making the call synchronous means
that ironic will receive information about PXE filter failures and will
not attempt to power on a failed node or before the PXE filter is updated.

Change-Id: I95b63d4e1d4c2c186c0e8234c4382b00aa918aa8
Story: #2007658
Task: #39746
2020-05-12 12:21:20 +02:00

7 lines
249 B
YAML

---
fixes:
- |
The introspection start API is now synchronous when ``manage_boot==False``.
This means that any failures will be propagated to ironic, preventing it
from powering a node on and booting it without the PXE filter updated.