]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Parse all templates with format.parse_to_template
authorSteve Baker <sbaker@redhat.com>
Mon, 26 Nov 2012 00:01:11 +0000 (13:01 +1300)
committerSteve Baker <sbaker@redhat.com>
Mon, 26 Nov 2012 02:11:04 +0000 (15:11 +1300)
commit94784dd8f77bd863cc8d3f74da4e3bba55db7a05
treeea4fffffcf08e6edbc43a0875d2df82f18d693ed
parentf1c762b110100903121e13afc7870737161d2828
Parse all templates with format.parse_to_template

It can no longer be assumed that a template string is in JSON format.

Change-Id: Id43b82a25e62f7c7868c1c51556c5bde94e7b132
heat/api/cfn/v1/stacks.py
heat/engine/parser.py
heat/engine/resources/dbinstance.py
heat/engine/resources/loadbalancer.py
heat/engine/resources/stack.py