]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Wait for any nova server status that makes sense
authorClint Byrum <clint@fewbar.com>
Wed, 1 May 2013 22:51:03 +0000 (15:51 -0700)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 7 May 2013 17:37:31 +0000 (17:37 +0000)
commit9eec986f82e76b899835a8e6a1fafaa4474a7ff4
tree2125bcbd537f763c034d6f7f138a9d8596154ed4
parentb9968614d5f7131ce7b1810c9bec7a07e7752ea7
Wait for any nova server status that makes sense

Nova may return some transient states based on operator actions that do
not mean a resource has failed. Rather than report these as unexpected,
wait on them just like BUILD.

Fixes bug #1140324

Change-Id: I757c073fb8a7da44f41e9a9cb9ae71dbc35d3c33
heat/engine/resources/instance.py
heat/tests/test_instance.py
heat/tests/v1_1/fakes.py