ironic/releasenotes/notes/add-timeout-parameter-to-power-methods-5f632c936497685e.yaml
Ruby Loo b631c0f4ee [reno] timeout parameter worked
We thought that the 'timeout' parameter that was specified for a
node's power state transition wasn't working for ipmitool, irmc,
and oneview power interfaces, but it turns out that it was working.
This updates the release note to reflect that.

Change-Id: Icc439179a3790f109d42c5014b11defbfd6c2127
Related-Bug: #1746849
2018-02-07 20:09:17 -05:00

7 lines
245 B
YAML

---
other:
- |
The ironic-conductor expects that all PowerInterface's set_power_state()
and reboot() methods accept a ``timeout`` parameter. Any out-of-tree
implementations that don't, will cause TypeError exceptions to be raised.