commit | 414279d77ab015b12ec8270612c1110af9b0ecd4 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Fri Sep 16 00:29:46 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Fri Sep 16 00:29:46 2011 -0700 |
tree | 0d97719107bc0d6ac9abbbcd2067bc2974c28017 | |
parent | cbbf718fa96569dc5216c7b8c0023bbd6da7a0f0 [diff] [blame] |
quiet wget
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 @@ 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