ci: disable vnc console

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2014/head
Sébastien Han 2017-10-09 11:56:46 +02:00
parent bf99751ce1
commit 88a37ca990
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -135,6 +135,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provider :libvirt do |lv|
lv.cpu_mode = 'host-passthrough'
lv.volume_cache = 'unsafe'
lv.graphics_type = 'none'
end
# Faster bootup. Disables mounting the sync folder for libvirt and virtualbox