| ... | ... |
@@ -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 |