]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add a "rollback" parameter to StackUpdate
authorZane Bitter <zbitter@redhat.com>
Mon, 26 Aug 2013 19:11:59 +0000 (21:11 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 26 Aug 2013 19:11:59 +0000 (21:11 +0200)
commit83bbb975cab56ffa452e41ccfe9e965b939b66e6
treef7138432bd559fd2796644bdeedae546e24a3510
parent8adfc448e5d719cbadcc040f0f1e765c5453db7f
Add a "rollback" parameter to StackUpdate

We can only consider restoring backup resources during a rollback
operation. If they are present during a standard update, there is no way of
testing whether or not they match the new template definition, so we need
to treat them differently in this case.

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