From 414279d77ab015b12ec8270612c1110af9b0ecd4 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Fri, 16 Sep 2011 00:29:46 -0700 Subject: [PATCH] quiet wget --- build_lxc_multi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_lxc_multi.sh b/build_lxc_multi.sh index 5a37845..5089509 100755 --- a/build_lxc_multi.sh +++ b/build_lxc_multi.sh @@ -21,7 +21,7 @@ function run_lxc { run_lxc STACKMASTER $HEAD_HOST "ENABLED_SERVICES=g-api,g-reg,key,n-api,n-sch,n-vnc,dash,mysql,rabbit" # Wait till the head node is up -while ! wget -O - http://$HEAD_HOST | grep -q username; do +while ! wget -q -O- http://$HEAD_HOST | grep -q username; do echo "Waiting for head node ($HEAD_HOST) to start..." sleep 5 done