
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
6 lines
179 B
YAML
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.
|