build: fixed kvm snapshot support; makebuildserver: setup kvm ssh credentials

This commit is contained in:
Michael Pöhn 2017-03-06 02:57:07 +01:00 committed by Hans-Christoph Steiner
parent fa2d44ee94
commit fad98eeb7f
2 changed files with 6 additions and 3 deletions

View file

@ -341,6 +341,8 @@ def kvm_package(boxfile):
}
"""
vagrantfile = """Vagrant.configure("2") do |config|
config.ssh.username = "vagrant"
config.ssh.password = "vagrant"
config.vm.provider :libvirt do |libvirt|