]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix timing issue in starting openstack-network
authorZane Bitter <zbitter@redhat.com>
Thu, 13 Sep 2012 15:50:29 +0000 (17:50 +0200)
committerZane Bitter <zbitter@redhat.com>
Thu, 13 Sep 2012 15:50:29 +0000 (17:50 +0200)
Change-Id: I31f3092f95b140015d661ebd86bd1567c607f3d4
Signed-off-by: Zane Bitter <zbitter@redhat.com>
tools/openstack

index b1b94598c23b18434b4979ea0d773ddfcac2197d..52c5712f60e441ce71149dfa80e32a70d29cb804 100755 (executable)
@@ -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
 }