commit | 57bca7ea85b287cf1764c9398096786167ae5c12 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Fri Sep 16 00:37:26 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Fri Sep 16 00:37:26 2011 -0700 |
tree | 299eeafd370f870679e622df5914f7cf8b83016c | |
parent | 414279d77ab015b12ec8270612c1110af9b0ecd4 [diff] [blame] |
clean up comment
diff --git a/build_lxc_multi.sh b/build_lxc_multi.sh index 5089509..efa7deb 100755 --- a/build_lxc_multi.sh +++ b/build_lxc_multi.sh
@@ -26,7 +26,7 @@ sleep 5 done +# Launch the compute hosts 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" done