From 57bca7ea85b287cf1764c9398096786167ae5c12 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Fri, 16 Sep 2011 00:37:26 -0700 Subject: [PATCH] clean up comment --- build_lxc_multi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ while ! wget -q -O- http://$HEAD_HOST | grep -q username; do 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