Commit 9f1ebf9d authored by Vivien Alger's avatar Vivien Alger

Changed vnc ip argument to ipv4

parent 17459f8f
...@@ -11,7 +11,7 @@ exec %(qemu_path)s \ ...@@ -11,7 +11,7 @@ exec %(qemu_path)s \
-m %(ram_size)s \ -m %(ram_size)s \
-cdrom nbd:[%(nbd_ip)s]:%(nbd_port)s \ -cdrom nbd:[%(nbd_ip)s]:%(nbd_port)s \
-drive file=%(disk_path)s,if=virtio,boot=on \ -drive file=%(disk_path)s,if=virtio,boot=on \
-vnc [%(vnc_ip)s]:1,ipv6,tls,password \ -vnc %(vnc_ip)s:1,ipv4,tls,password \
-boot menu=on \ -boot menu=on \
-qmp unix:%(socket_path)s,server \ -qmp unix:%(socket_path)s,server \
-pidfile %(pid_file_path)s -pidfile %(pid_file_path)s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment