]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
For Fn::Join, replace None items with an empty string.
authorSteve Baker <sbaker@redhat.com>
Tue, 4 Jun 2013 05:25:42 +0000 (17:25 +1200)
committerSteve Baker <sbaker@redhat.com>
Tue, 4 Jun 2013 05:38:58 +0000 (17:38 +1200)
commit85b363342c0d3a25155c500b42810f9ef9d82a22
tree7fe0ffe417a70b9d72daae91f2765621a113604b
parent73a9d36bb6c8494b58e6c98fd9d7fd198700899a
For Fn::Join, replace None items with an empty string.

Currently, attempts to join lists with None items results in an error.

This change is required for the next attempt to fix bug: #1184794

Change-Id: Ib599eeb21b7325ff797768100f1556a424a8bde9
heat/engine/template.py
heat/tests/test_parser.py