| ... | ... |
@@ -21,7 +21,7 @@ function run_lxc {
|
| 21 | 21 |
run_lxc STACKMASTER $HEAD_HOST "ENABLED_SERVICES=g-api,g-reg,key,n-api,n-sch,n-vnc,dash,mysql,rabbit" |
| 22 | 22 |
|
| 23 | 23 |
# Wait till the head node is up |
| 24 |
-while ! wget -O - http://$HEAD_HOST | grep -q username; do |
|
| 24 |
+while ! wget -q -O- http://$HEAD_HOST | grep -q username; do |
|
| 25 | 25 |
echo "Waiting for head node ($HEAD_HOST) to start..." |
| 26 | 26 |
sleep 5 |
| 27 | 27 |
done |