]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Set Stack id to None when deleted
authorZane Bitter <zbitter@redhat.com>
Fri, 3 May 2013 14:07:14 +0000 (16:07 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 3 May 2013 14:10:05 +0000 (16:10 +0200)
commitc9fa7375d426068e639710d662f44e246e0b1241
treeae023e6bedc3cec4b70aa7962b769616babd7b3c
parent7b832657540c2b62ff8ce00e42823ae764ccd894
Set Stack id to None when deleted

If a Stack object has been removed from the database, we should reset its
ID to None so that if the object is used further, it will not be assumed
that it is represented in the database.

Change-Id: Iaa7e9327324f101487847362973bd7f8386ce44b
heat/engine/parser.py
heat/tests/utils.py