]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : Store all resource states to DB
authorSteven Hardy <shardy@redhat.com>
Wed, 17 Oct 2012 13:38:08 +0000 (14:38 +0100)
committerSteven Hardy <shardy@redhat.com>
Tue, 23 Oct 2012 10:46:01 +0000 (11:46 +0100)
commit320999bf804869e6579c2d555bf211e17c86858d
tree6300c14fc6399c55e314068ad73c9d878c7c3e30
parentaa9f26b00041761e35fd205faf482d58819bbc1a
heat engine : Store all resource states to DB

Resources should be committed to the DB on transisiton
to CREATE_IN_PROGRESS state, otherwise resources
which take a long time to go from CREATE_IN_PROGRESS to
CREATE_COMPLETE (e.g WaitConditions) are invisible while
in the CREATE_IN_PROGRESS state to all except the thread
creating them.

Change-Id: If1563505e854c216c0f6a5ce84b613e1ccb74386
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/engine/resources.py