]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Start separating the api and the implementation.
authorAngus Salkeld <asalkeld@redhat.com>
Mon, 19 Mar 2012 10:25:20 +0000 (21:25 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Tue, 20 Mar 2012 01:58:54 +0000 (12:58 +1100)
commit6161c7aa85023e1ea5b3acabd74f354f4e685116
tree8ca85b9ae26891b36cb4a5a0f47aa7bdd84c0900
parent4abbc9393e32322eee11bfe6b8f6d49a0733c0ca
Start separating the api and the implementation.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
23 files changed:
bin/heat
bin/heat-engine [new file with mode: 0755]
etc/heat-api-paste.ini
etc/heat-engine-paste.ini [new file with mode: 0644]
etc/heat-engine.conf [new file with mode: 0644]
heat/api/v1/__init__.py
heat/api/v1/stacks.py
heat/client.py
heat/cloudformations.py [new file with mode: 0644]
heat/engine/__init__.py [new file with mode: 0644]
heat/engine/api/__init__.py [new file with mode: 0644]
heat/engine/api/v1/__init__.py [moved from heat/api/v1/router.py with 53% similarity]
heat/engine/api/v1/stacks.py [new file with mode: 0644]
heat/engine/capelistener.py [new file with mode: 0644]
heat/engine/client.py [new file with mode: 0644]
heat/engine/json2capexml.py [new file with mode: 0644]
heat/engine/systemctl.py [new file with mode: 0644]
heat/tests/__init__.py [new file with mode: 0644]
heat/tests/unit/__init__.py [new file with mode: 0644]
heat/tests/unit/test_template_convert.py [new file with mode: 0644]
run_tests.py [new file with mode: 0644]
run_tests.sh [new file with mode: 0755]
setup.py