taskflow/releasenotes/notes/fix-zookeeper-option-parsing-f9d37fbc39af47f4.yaml
Gregory Thiemonge 086b3e4335 Fix parsing of zookeeper jobboard backend options
Fix the zookeeper backend options when values are passed as strings,
a "False" string is now treated as the False boolean.

Closes-Bug: #1999174
Change-Id: I048faf06d89ebf980efe0598e647f2ec89f65ada
2023-01-12 08:59:29 +00:00

8 lines
265 B
YAML

---
fixes:
- |
Fixed an issue when the configuration options of the zookeeper jobboard
backend were passed as strings, the string ''"False"'' was wrongly
interpreted as ''True''. Now the string ''"False"'' is interpreted as the
''False'' boolean.