From: Zane Bitter Date: Thu, 13 Sep 2012 15:50:29 +0000 (+0200) Subject: Fix timing issue in starting openstack-network X-Git-Tag: 2014.1~1423 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=411656a5d6b29ccbbf4bf1157c0c89e7f3cd6b4e;p=openstack-build%2Fheat-build.git Fix timing issue in starting openstack-network Change-Id: I31f3092f95b140015d661ebd86bd1567c607f3d4 Signed-off-by: Zane Bitter --- diff --git a/tools/openstack b/tools/openstack index b1b94598..52c5712f 100755 --- a/tools/openstack +++ b/tools/openstack @@ -85,6 +85,7 @@ function os_start() { for svc in api objectstore compute network volume scheduler cert do sudo systemctl $action openstack-nova-$svc.service + sleep 1 done }