Browse code

clean up comment

Anthony Young authored on 2011/09/16 16:37:26
Showing 1 changed files
... ...
@@ -26,7 +26,7 @@ while ! wget -q -O- http://$HEAD_HOST | grep -q username; do
26 26
     sleep 5
27 27
 done
28 28
 
29
+# Launch the compute hosts
29 30
 for compute_host in ${COMPUTE_HOSTS//,/ }; do
30
-    # Launch the compute hosts
31 31
     run_lxc $compute_host $compute_host "ENABLED_SERVICES=n-cpu,n-net,n-api"
32 32
 done