]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat API : Move aws api common code into aws/utils.py
authorSteven Hardy <shardy@redhat.com>
Tue, 21 Aug 2012 10:52:24 +0000 (11:52 +0100)
committerSteven Hardy <shardy@redhat.com>
Tue, 21 Aug 2012 10:54:18 +0000 (11:54 +0100)
commitecc5a408a33f83b428a77376000c0b6f409393cd
tree44e9fa479dd9ee951a531a16e5aec52151fcc553
parent1b6c2dad19a1e0d8d34c9687a61892d12f9cbedb
heat API : Move aws api common code into aws/utils.py

Move heat-api AWS common utility functions into a new
utils.py, so these functions can be reused by cloudwatch

Change-Id: I030d796b1048ffc4e7c40f7c8760121ab2854733
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/api/aws/utils.py [new file with mode: 0644]
heat/api/v1/stacks.py
heat/tests/test_api_aws.py [new file with mode: 0644]
heat/tests/test_api_v1.py