mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #794 from heil/master
Use dynamic vnc port allocation
This commit is contained in:
@@ -600,7 +600,7 @@ module VagrantPlugins
|
||||
@graphics_passwd == UNSET_VALUE
|
||||
@graphics_passwd = nil
|
||||
end
|
||||
@graphics_port = 5900 if @graphics_port == UNSET_VALUE
|
||||
@graphics_port = -1 if @graphics_port == UNSET_VALUE
|
||||
@graphics_ip = '127.0.0.1' if @graphics_ip == UNSET_VALUE
|
||||
@video_type = 'cirrus' if @video_type == UNSET_VALUE
|
||||
@video_vram = 9216 if @video_vram == UNSET_VALUE
|
||||
|
||||
Reference in New Issue
Block a user