
This patch makes values of "xsd:boolean" in Image API v1 and v2 to be uniform. Currently, the values of "xsd:boolean" is some times presented by <code>True</code> or <code>true</true>. As my knowledge, the value should be <code>true</code>. Reference link: http://stackoverflow.com/questions/1308491/xsdboolean-element-typed -accept-true-but-not-true-how-can-i-make-it-accept Change-Id: If81c54132ca42ff1b51096d767ac573ee87d149f Partial-Bug: #1562766