f3e27c1916
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
7 lines
249 B
YAML
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.
|