summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-support-for-no-poweroff-on-failure-86e43b3e39043990.yaml
blob: 4808ad400ce46b7e7a183c2d48910d6abbe4c2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
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.