]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix listing stacks
authorTomas Sedovic <tomas@sedovic.cz>
Fri, 13 Apr 2012 12:43:07 +0000 (14:43 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Fri, 13 Apr 2012 12:43:07 +0000 (14:43 +0200)
commitd41193cbff97caf68a5eaa5b105593af17e3339d
tree6fc8d66dfd18b0ea75f8203cf6c18418cd22768b
parent957a45c32eeaf5a9136215df06da2658d815534e
Fix listing stacks

`heat list` was failing for non-empty stacks because the `Stack` model had no
`template` attribute.

Also fixed an issue where we didn't show the template description when the
stack status was unknown.
heat/engine/manager.py