trove/releasenotes/notes/disply_module_bools_properly-571cca9a87f28339.yaml
Peter Stachowski 49d5558b1e Display boolean module values
The boolean values in module-list/show were returned
as 0/1 however the OpenStack standard is to return
true/false so these values have been modified.

Change-Id: Ib986e4adff0c06e96ea6533f9756928a0a055bfd
Closes-Bug: 1656398
2017-01-13 20:09:06 +00:00

6 lines
112 B
YAML

---
fixes:
- |
Module list/show now returns boolean values as True/False instead of
1/0. Bug 1656398