]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Pass the previous stack to StackUpdate
authorZane Bitter <zbitter@redhat.com>
Thu, 22 Aug 2013 11:01:21 +0000 (13:01 +0200)
committerZane Bitter <zbitter@redhat.com>
Thu, 22 Aug 2013 12:59:51 +0000 (14:59 +0200)
commitf2e9b31a965e3ef0168da1f9dc65afb2d8e24810
tree3b1ef5b805542c924f0a8cf9eacb72e7315ea5cb
parent3d5ee0e075b4ab5ad054b1382f2110114a340e67
Pass the previous stack to StackUpdate

This starts out like the existing stack, but is not stored in the database
or updated as the stack update proceeds. This allows the StackUpdate object
to store any information that might be relevant to a future rollback.

Change-Id: I94f0dd69b5e7818f811c8c0d50566a79b81acba7
heat/engine/parser.py
heat/engine/update.py