utility to get single_ip right
[infrastructure.git] / scripts / create-vm.sh
index ce2e09c..6baafc5 100755 (executable)
@@ -49,7 +49,7 @@ cd $BUILD
 git pull
 cd -
 
-command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --netdev eth0 --interface $ip --hostname $fqdn"
+command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --netdev eth0 --interface $ip --interface nodev:127.0.0.1 --hostname $fqdn" --flags '~single_ip'
 
 if [ -n "$INTERACTIVE" ] ; then
     echo -n "Run $command OK ? "