]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Move CloudFormation API to heat.api.cfn package
authorZane Bitter <zbitter@redhat.com>
Thu, 27 Sep 2012 12:57:50 +0000 (14:57 +0200)
committerZane Bitter <zbitter@redhat.com>
Thu, 27 Sep 2012 13:00:30 +0000 (15:00 +0200)
commit715a62d2b4fd2fd9169254835234e7861027579e
treea2dd4a7c58e7b441ae51ef0343c993f49e1b346d
parente890e7d422fd07dc022b9b755a575519d849b1f8
Move CloudFormation API to heat.api.cfn package

Change-Id: Ib0adf6f38da298b0b87d80272904767066b41087
Signed-off-by: Zane Bitter <zbitter@redhat.com>
bin/heat-api-cfn
etc/heat/heat-api-cfn-paste.ini
heat/api/aws/ec2token.py
heat/api/cfn/__init__.py [new file with mode: 0644]
heat/api/cfn/v1/__init__.py [moved from heat/api/v1/__init__.py with 96% similarity]
heat/api/cfn/v1/stacks.py [moved from heat/api/v1/stacks.py with 99% similarity]
heat/common/wsgi.py
heat/tests/test_api_cfn_v1.py