shade/releasenotes/notes/cinderv2-norm-fix-037189c60b43089f.yaml
David Shrewsbury a269d53ed3 Bug fix: Cinder v2 returns bools now
Cinder v1 used to return strings for some boolean values in the
volume dict. Cinder v2 uses bools. Fix the volume normalization
function to recognize either, and add unit tests for it.

Change-Id: Ia8600f660d0608622d0bface25f0d1418e6972cb
2016-01-05 15:11:24 -05:00

4 lines
81 B
YAML

---
fixes:
- Fixed the volume normalization function when used with cinder v2.