Fix glance image protected type to bool

Glance API doesn't perform conversion from string to bool, as
result even value 'false' become true which introduce races
in the state. This patch updated default value to boolean.

Change-Id: Ic55aeb08e4f592355d8c7f0807707fc648ce245b
Related-Prod: PROD-30353
1 file changed