tripleo-heat-templates/releasenotes/notes/power_state-457f12af30b9e341.yaml
Steve Baker 65151adc18 Add parameter IronicPowerStateChangeTimeout
A heat parameter ``IronicPowerStateChangeTimeout`` has been added
which sets the number of seconds to wait for power operations to
complete, i.e., so that a baremetal node is in the desired power
state. If timed out, the power operation is considered a failure. The
default is 60 seconds, which is the same as the current Ironic
default.

This could be backported to stable/train, where the ironic default of
30s is causing failures in CI jobs.

Related-Bug: #1947403
Change-Id: I9729beac4c4e84d2619c4c629cd26eba8a26b87d
2021-10-27 12:48:36 +13:00

9 lines
378 B
YAML

---
features:
- |
A heat parameter ``IronicPowerStateChangeTimeout`` has been added which sets
the number of seconds to wait for power operations to complete, i.e., so
that a baremetal node is in the desired power state. If timed out, the power
operation is considered a failure. The default is 60 seconds, which is the
same as the current Ironic default.