]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Move instance polling into check_active()
authorZane Bitter <zbitter@redhat.com>
Mon, 4 Mar 2013 10:31:27 +0000 (11:31 +0100)
committerZane Bitter <zbitter@redhat.com>
Mon, 4 Mar 2013 10:32:58 +0000 (11:32 +0100)
commit13223e8fba0c7c8c3f716bfd2259a008d69642f0
treeccbe840b552a5813928c49c54854f45c945a341e
parentc4248dd0d763ef87ff55fb1847530253d33e85ba
Move instance polling into check_active()

Don't poll for the instance status in handle_create(). Allow
Resource.create() to poll the resource using check_active().

Change-Id: I13a8fefcef6594d014e7e5a3131f9342521e367d
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/resources/instance.py
heat/tests/test_metadata_refresh.py