]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat API : move aws common files from api/v1 to api/aws
authorSteven Hardy <shardy@redhat.com>
Tue, 21 Aug 2012 10:01:25 +0000 (11:01 +0100)
committerSteven Hardy <shardy@redhat.com>
Tue, 21 Aug 2012 10:54:18 +0000 (11:54 +0100)
commit9ccf18433e421bb769b77ce0991a3ffca05adc36
tree9bc5c05b49ce00c30e77ee537116d8b9baf8248a
parentd7abb038c5fc5e6f597d78f80f6a8a186c82ac9f
heat API : move aws common files from api/v1 to api/aws

Move aws api common files to common directory
(so they can be more easily reused by cloudwatch)

Change-Id: I1a455ef11226dd960503bac5d79fa5c28607a1f6
Signed-off-by: Steven Hardy <shardy@redhat.com>
etc/heat-api-paste.ini
heat/api/aws/__init__.py [new file with mode: 0644]
heat/api/aws/ec2token.py [moved from heat/api/v1/ec2token.py with 100% similarity]
heat/api/aws/exception.py [moved from heat/api/v1/exception.py with 100% similarity]
heat/api/v1/__init__.py
heat/api/v1/stacks.py
heat/tests/test_api_v1.py