]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
add GET /{tenant_id}/stacks/detail to Heat API
authorLiang Chen <cbjchen@cn.ibm.com>
Fri, 28 Jun 2013 14:27:59 +0000 (22:27 +0800)
committerLiang Chen <cbjchen@cn.ibm.com>
Fri, 28 Jun 2013 14:31:51 +0000 (22:31 +0800)
commit016133f538fd4136006e996d8a9da9130a29c85c
treee4c839102b8360fe07a1ab45b0ebe4cd777dfcfa
parent8543a7a1016b78aebb56e07cc1edf187e740f319
add GET /{tenant_id}/stacks/detail to Heat API

Enables the building of a useful dashboard interface for Heat stacks
without looping through stacks returned from "/{tenant_id}/stacks/"
to fetch the detailed data.

Fixes bug #1191117

Change-Id: I06b1100873de462c69302e43259df13104cad79f
heat/api/openstack/v1/__init__.py
heat/api/openstack/v1/stacks.py
heat/tests/test_api_openstack_v1.py