ironic/releasenotes/notes/add-support-for-no-poweroff...

13 lines
454 B
YAML

---
features:
- Operators can now set
deploy.power_off_after_deploy_failure to leave nodes
powered on when a deployment fails. This is useful
for troubleshooting deployment issues. As a note,
Nova will still attempt to delete a node after a failed
deployment, so deploy.power_off_after_deploy_failure
may not be very effective in non-standalone
deployments until a similar patch to ironic's driver in
nova is proposed.