clean up comment
This commit is contained in:
parent
414279d77a
commit
57bca7ea85
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ while ! wget -q -O- http://$HEAD_HOST | grep -q username; do
|
||||||
sleep 5
|
sleep 5
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Launch the compute hosts
|
||||||
for compute_host in ${COMPUTE_HOSTS//,/ }; do
|
for compute_host in ${COMPUTE_HOSTS//,/ }; do
|
||||||
# Launch the compute hosts
|
|
||||||
run_lxc $compute_host $compute_host "ENABLED_SERVICES=n-cpu,n-net,n-api"
|
run_lxc $compute_host $compute_host "ENABLED_SERVICES=n-cpu,n-net,n-api"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue