]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine/API : Internal API rework
authorSteven Hardy <shardy@redhat.com>
Tue, 10 Jul 2012 17:13:23 +0000 (18:13 +0100)
committerSteven Hardy <shardy@redhat.com>
Mon, 16 Jul 2012 16:21:11 +0000 (17:21 +0100)
commitd06c4ce416ece13d9a34da8002ad896b6a9b0ecc
tree37cb68430f197df173795e74c4392cec80e2fc71
parent90e22dabdea927e4a5a185179dfd1bd7ed566b12
heat engine/API : Internal API rework

Refactor engine-api code so that AWS specific
details like key names are handled in the API
Fixes #172

Change-Id: I4c5b153557216c03e5a98193e54cf75e3c7b97dd
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/api/v1/stacks.py
heat/engine/api.py
heat/engine/manager.py
heat/tests/test_api_v1.py [new file with mode: 0644]
heat/tests/test_engine_api_utils.py
heat/tests/test_stacks.py