]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
For Fn::Join join strings in resolve_static_data
authorSteve Baker <sbaker@redhat.com>
Tue, 27 Nov 2012 00:50:20 +0000 (13:50 +1300)
committerSteve Baker <sbaker@redhat.com>
Tue, 27 Nov 2012 00:56:37 +0000 (13:56 +1300)
commitb10898a7a277cf4ca107c5641f6fde88f5ae5636
treeda58576e3f92f0ab35d2d839149b1e89aa32e30d
parent0f1a11473c37cd6253dbbca45dbc1813816e7bbc
For Fn::Join join strings in resolve_static_data

Fn::Join now has some preprocessing in resolve_static_data
where contiguous strings are joined into a single string.

This will allow equivalence tests to pass when comparing
JSON templates to hand-tidied YAML

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