ironic/releasenotes/notes/conductor-power-sync-timeout-extension-fa5e7b5fdd679d84.yaml
Julia Kreger 4383303dfb Extend power sync timeout for Ericsson SDI
Ericsson SDI uses cached power state data in what is returned
to the API user, and typically this takes longer than 30 seconds
to provide an updated value to the API user.

As such, if we do not extend the timeout value, such users of
Ironic's Redfish API interface will have deployments fail as
the power state timeout will be encountered.

Change-Id: I0aa5131504b60b13d43c73c9a3be1f50f7855cbc
2020-03-11 17:19:49 -07:00

10 lines
419 B
YAML

---
other:
- |
The ``[conductor]power_state_change_timeout`` default value has been
extended to ``60`` seconds from ``30`` seconds. This is due to some
API interfaces with Redfish, may cache the power state and thus may
take longer than thirty seconds to update after a change has been
requested. Please see `here <https://github.com/metal3-io/ironic-image/issues/143>`_
for more information.