]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Move template-format parsing code into common
authorZane Bitter <zbitter@redhat.com>
Fri, 30 Nov 2012 13:12:38 +0000 (14:12 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 30 Nov 2012 16:05:13 +0000 (17:05 +0100)
commitcd2fd324a044f8762613793206216cf73617c2ad
tree23df08cff44e37f1827d9648442460d4fec4b565
parentb35cc6d06e9d744134197591e890e3d0ec8af3e5
Move template-format parsing code into common

This is used mostly by the API (but also the engine for composed
templates), so it doesn't belong in the engine package.

Change-Id: I79cf8cc619a6988013a58eb4d46c014c3dcac4a3
Signed-off-by: Zane Bitter <zbitter@redhat.com>
24 files changed:
heat/api/cfn/v1/stacks.py
heat/api/openstack/v1/stacks.py
heat/common/template_format.py [moved from heat/engine/format.py with 98% similarity]
heat/engine/parser.py
heat/engine/resources/dbinstance.py
heat/engine/resources/loadbalancer.py
heat/engine/resources/stack.py
heat/tests/functional/test_CFN_API_Actions.py
heat/tests/functional/util.py
heat/tests/test_autoscaling.py
heat/tests/test_dbinstance.py
heat/tests/test_eip.py
heat/tests/test_engine_service.py
heat/tests/test_instance.py
heat/tests/test_loadbalancer.py
heat/tests/test_parser.py
heat/tests/test_quantum.py
heat/tests/test_s3.py
heat/tests/test_template_format.py [moved from heat/tests/test_format.py with 89% similarity]
heat/tests/test_user.py
heat/tests/test_validate.py
heat/tests/test_volume.py
heat/tests/test_waitcondition.py
tools/cfn-json2yaml