ironic/releasenotes/notes/check-dynamic-allocation-enabled-e94f3b8963b114d0.yaml
Xavier 2688d63630 Fix for check if dynamic allocation model is enabled
This patch address the case of adding dynamic allocation
as True into a given node using Ironic CLI. By default Ironic
CLI uses string type for representing even boolean values in
the node. To workaround that and allow operators migrate nodes
from pre-allocation model to dynamic allocation using the Ironic
CLI, this patch changes the way of checking the flag.

Change-Id: I940904fbbd44b595759883d944a54dd37fac5c35
Closes-Bug: 1614608
2016-08-26 21:26:15 +00:00

6 lines
179 B
YAML

---
fixes:
- dynamic_allocation flag in node's driver_info can now accept all
the values that can be converted to booleans by bool_from_string
function from oslo_utils.