the right setup hopefully
[infrastructure.git] / scripts / create-vm.sh
index 587d0f9..f4e18d8 100755 (executable)
@@ -49,7 +49,8 @@ cd $BUILD
 git pull
 cd -
 
-command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --interface nodev:$ip --hostname $fqdn --flags ~single_ip"
+# single_ip needs to be turned off, vtest-init-vserver now takes care of that
+command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --interface nodev:$ip --hostname $fqdn"
 
 if [ -n "$INTERACTIVE" ] ; then
     echo -n "Run $command OK ? "