clean up comment

This commit is contained in:
Anthony Young 2011-09-16 00:37:26 -07:00
parent 414279d77a
commit 57bca7ea85

View File

@ -26,7 +26,7 @@ while ! wget -q -O- http://$HEAD_HOST | grep -q username; do
sleep 5 sleep 5
done done
for compute_host in ${COMPUTE_HOSTS//,/ }; do
# Launch the compute hosts # Launch the compute hosts
for compute_host in ${COMPUTE_HOSTS//,/ }; do
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