]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Convert some existing templates to YAML format.
authorSteve Baker <sbaker@redhat.com>
Mon, 26 Nov 2012 00:07:51 +0000 (13:07 +1300)
committerSteve Baker <sbaker@redhat.com>
Tue, 27 Nov 2012 02:07:49 +0000 (15:07 +1300)
commit9058be757fbd64267bbd9a4dfb9864a7da5857d5
treeaeb50221246e14d54f7e4c40eac9b4609b4cb792
parentb10898a7a277cf4ca107c5641f6fde88f5ae5636
Convert some existing templates to YAML format.

This is the result of running:
python tools/cfn-json2yaml templates/
and then cleaning up by hand to be more consistant, readable and
maintainable.

The following templates are enforced to parse to identical stacks
in the unit tests so any fundamental change to one must be made
to the other.

Quantum.template
Quantum.yaml

WordPress_Single_Instance.template
WordPress_Single_Instance.yaml

Change-Id: Ibe05a5c5a7a5bb1861c5f84a3dc41e2d632852fd
heat/tests/test_format.py
templates/Quantum.yaml [new file with mode: 0644]
templates/WordPress_Single_Instance.yaml [new file with mode: 0644]