quiet wget
This commit is contained in:
parent
cbbf718fa9
commit
414279d77a
@ -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"
|
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
|
# 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..."
|
echo "Waiting for head node ($HEAD_HOST) to start..."
|
||||||
sleep 5
|
sleep 5
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user