]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : Make wait-condition poll interval better
authorSteven Hardy <shardy@redhat.com>
Wed, 17 Oct 2012 12:37:57 +0000 (13:37 +0100)
committerSteven Hardy <shardy@redhat.com>
Thu, 18 Oct 2012 16:19:29 +0000 (17:19 +0100)
commit0ee9371f0c67d2334ced2a5bec171864a4fa7374
tree648e60a9d820b2dc54783c29324f86f5a3b07c21
parent0c81d9dbef675c666ba1bb9d659457b3acc05e78
heat engine : Make wait-condition poll interval better

Remove rising-rate sleep-time logic and replace with a bounded
poll interval derived from the timeout - this should avoid ramping
up to a really long interval and delaying stack complete status

Fixes #264

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