commit | e554acaaf86c3b38cdc6b86d0a92bc89962c88c8 | [log] [tgz] |
---|---|---|
author | Vasyl Saienko <vsaienko@mirantis.com> | Thu May 16 12:46:05 2019 +0000 |
committer | Vasyl Saienko <vsaienko@mirantis.com> | Thu May 16 12:47:04 2019 +0000 |
tree | 01fea14f36a61bc6fbc3fbc4901260200b501d6f | |
parent | f87ae00a104585fc03ad53b58f820e714ce11f62 [diff] |
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