]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat API : DescribeStacks return all when no stack name specified
authorSteven Hardy <shardy@redhat.com>
Mon, 25 Jun 2012 15:38:51 +0000 (16:38 +0100)
committerSteven Hardy <shardy@redhat.com>
Fri, 29 Jun 2012 08:34:30 +0000 (09:34 +0100)
commitb7eee6c64eb88a10b5a3e43985c8c05ceb3fa8ea
tree3ebac53cb13ef2b158d5e78f0a1ede12c502292a
parent8e5972a333e0e1e88d6d24a8951f0f0a0e216cab
heat API : DescribeStacks return all when no stack name specified

The AWS DescribeStacks API documentation says if no stack name specified,
we should return results for all stacks created.
fixes #142

Change-Id: I3d17fef7f1b660bf399e8ff82ff39ca2b2d6f046
Signed-off-by: Steven Hardy <shardy@redhat.com>
bin/heat
heat/api/v1/stacks.py
heat/engine/manager.py