dont use libvirt session
This commit is contained in:
parent
ff22a6dda6
commit
9c075ea2f3
@ -16,7 +16,7 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.provider "libvirt" do |l|
|
||||
l.cpus = $(OPACK_SYS_CPU)
|
||||
l.memory = $(OPACK_SYS_MEMORY)
|
||||
libvirt.qemu_use_session = false
|
||||
l.qemu_use_session = false
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user