]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add a Fn::Split function to aid provider templates
authorAngus Salkeld <asalkeld@redhat.com>
Tue, 18 Jun 2013 00:15:41 +0000 (10:15 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Tue, 18 Jun 2013 00:15:41 +0000 (10:15 +1000)
commitd8b024b370cd91e62c43000f0184898ce0c07904
tree9431a2c08a004ec5b414b38892fe58379407268f
parentd25c1e94edff5ce0350b73037a7b3da3dfc70eec
Add a Fn::Split function to aid provider templates

This needed to convert a parameter in CommaDelimedList into
a property of type List.

part of blueprint provider-resource
Change-Id: Id77a2c6be47427360a2be89ca1fea3c097807bac
heat/engine/parser.py
heat/engine/template.py
heat/tests/test_parser.py