]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Put pre-created resources in state INIT COMPLETE.
authorSteve Baker <sbaker@redhat.com>
Wed, 10 Jul 2013 03:05:53 +0000 (15:05 +1200)
committerSteve Baker <sbaker@redhat.com>
Wed, 17 Jul 2013 22:51:30 +0000 (10:51 +1200)
commitc148cbc8d85aa29d85f40925a3da840e216d0fb9
tree62a9ff4df1095dfb8689ce2c0c89b204115423db
parentfeeae7ff4fed7fe9c98c47752e1f01023b37d88f
Put pre-created resources in state INIT COMPLETE.

Defines an INIT action, and make the resourse state
INIT COMPLETE before they are first created.

Calls to list resources will now include resource that have
not been created yet. This change allows resource topologies
to be displayed throughout the creation of the stack.

Implements blueprint build-heat-graph

Change-Id: I1d98ac21d44ff05183db38d49cbb3599e2812511
heat/engine/resource.py
heat/engine/service.py
heat/tests/test_resource.py