]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix TemplateResource list property conversion
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 5 Sep 2013 04:19:23 +0000 (14:19 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 5 Sep 2013 10:09:47 +0000 (20:09 +1000)
commit46dcceb8986b7e93a4a4bd4370b317d522c7d516
tree8c3e8d122f38da16a59a7dd720d95b56711ffd0d
parent4be24748750d09e5206d967b3c49077f33250ea0
Fix TemplateResource list property conversion

In the convertion from "a,b,c" to ['a', 'b', 'c'] we are
not checking for the case of an empty list.

Change-Id: I834c4755abf33793a9484138f9dac97d7d8194da
Closes-bug: #1221009
heat/engine/resources/template_resource.py
heat/tests/test_provider_template.py