dont use libvirt session

This commit is contained in:
Samuel Aubertin 2024-02-28 14:25:33 +01:00
parent ff22a6dda6
commit 9c075ea2f3

View File

@ -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