]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add describe resource API calls
authorTomas Sedovic <tomas@sedovic.cz>
Thu, 14 Jun 2012 15:51:45 +0000 (17:51 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Mon, 18 Jun 2012 11:36:10 +0000 (13:36 +0200)
commit247cc2bb9afb9db87ffad7160ef05d2cc4457235
tree31ca0c40a4fa3d173a889c71bdbd40fb98a632f9
parent614f7868c43b57eee658a0eb5f82281ffe62b2af
Add describe resource API calls

Fixes #62.

This commit implements the `DescribeStackResource`,
`DescribeStackResources` and `ListStackResources` AWS API calls.

Change-Id: Id9161b3c3eb527d5936c5b8978e32a67ba6c12bb
bin/heat
heat/api/v1/__init__.py
heat/api/v1/stacks.py
heat/client.py
heat/cloudformations.py
heat/db/api.py
heat/db/sqlalchemy/api.py
heat/engine/manager.py