b631c0f4ee
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
7 lines
245 B
YAML
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.
|