From 01c0cc6d37ccca13e0e7e48a58dcc7ba98967f1c Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 27 Jul 2017 20:53:57 +0000 Subject: [PATCH] Revert "Wait for compute service to check in" This reverts commit dcdf8c8e60a9db0adb4ee5cae98ed7cc511ecf83. Change-Id: Ib14016a3bc6f2714758ad0291396233218c593c6 --- functions | 14 -------------- lib/nova | 7 ------- 2 files changed, 21 deletions(-) diff --git a/functions b/functions index faa6b761ab..6f2164a777 100644 --- a/functions +++ b/functions @@ -407,20 +407,6 @@ EOF return $rval } -function wait_for_compute { - local timeout=$1 - time_start "wait_for_service" - timeout $timeout bash -x < 30 seconds - # happen between here and the script ending. However, in multinode - # tests this can very often not be the case. So ensure that the - # compute is up before we move on. - wait_for_compute 60 export PATH=$old_path }