086b3e4335
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
8 lines
265 B
YAML
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.
|