tripleo-heat-templates/releasenotes/notes/ensure-debug-is-boolean-aecc8fbb6c8fd368.yaml
Ade Lee c9b7091536 Ensure Debug is a boolean
Oslo does not like it when Debug is not a proper python boolean
Closes-Bug: 1719929

Change-Id: Ib6c3969d4dd75d5fb2cc274266c060acff8d5571
2017-09-27 13:22:07 -04:00

7 lines
168 B
YAML

---
fixes:
- |
Ensure Debug is a boolean
Oslo has trouble when Debug is not a proper python boolean. See
https://bugs.launchpad.net/tripleo/+bug/1719929