summaryrefslogtreecommitdiff
path: root/releasenotes/notes/check-dynamic-allocation-enabled-e94f3b8963b114d0.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/check-dynamic-allocation-enabled-e94f3b8963b114d0.yaml')
-rw-r--r--releasenotes/notes/check-dynamic-allocation-enabled-e94f3b8963b114d0.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/releasenotes/notes/check-dynamic-allocation-enabled-e94f3b8963b114d0.yaml b/releasenotes/notes/check-dynamic-allocation-enabled-e94f3b8963b114d0.yaml
index 0ed4179e0..6befc37a6 100644
--- a/releasenotes/notes/check-dynamic-allocation-enabled-e94f3b8963b114d0.yaml
+++ b/releasenotes/notes/check-dynamic-allocation-enabled-e94f3b8963b114d0.yaml
@@ -1,5 +1,6 @@
---
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.
+ - The ``dynamic_allocation`` flag in a node's driver_info previously
+ only accepted a Boolean. It now also accepts the strings 't', 'true',
+ 'on', 'y', 'yes', or '1' as True, and the strings 'f', 'false', 'off', 'n',
+ 'no', or '0' as False. These are matched case-insensitively.