ironic/releasenotes/notes/bmc_reset-warm-9396ac444cafd734.yaml
Lucas Alvares Gomes 63475ca723 FIX: IPMI bmc_reset() always executed as "warm"
When the invoked via the CLI/API the bmc_reset() "warm" parameter will
receive a string, prior to this patch the string would be seem as True
(since the parameter was expecting a boolen) causing the driver to
always reset the BMC in "warm" mode.

This patch fixes the problem by converting the string passed to boolean
inside the method.

Change-Id: I052ef1ee911703c9b7316362aced17b6303b991d
Closes-Bug: #1573614
2016-04-22 15:13:39 +01:00

5 lines
139 B
YAML

---
fixes:
- Fix a problem that caused the bmc_reset() vendor passthru method
from the IPMI drivers to be always executed as "warm".