]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add an environment_format.py like the template one
authorAngus Salkeld <asalkeld@redhat.com>
Tue, 20 Aug 2013 06:35:25 +0000 (16:35 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Wed, 21 Aug 2013 22:25:20 +0000 (08:25 +1000)
commit4034963bd775b5960e5ad8f6678c8aa46ab44f9d
tree34a93c9e8f54c683795d74b032e186994b700a83
parent044a8aaf69d9874edfafb1c7658055141545d1cc
Add an environment_format.py like the template one

This to make the section checking mechanism less spread out
and more consistent. This can also be used by the global
environment loader.

Change-Id: I7ca7ad754fb702877dedc416a30f573d239933ad
heat/api/openstack/v1/stacks.py
heat/common/environment_format.py [new file with mode: 0644]
heat/common/template_format.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_environment_format.py [new file with mode: 0644]
heat/tests/test_template_format.py