This commit is contained in:
root
2015-09-23 20:38:39 -06:00
parent 2525be90bf
commit 2ba8aae9df

View File

@@ -39,7 +39,7 @@ Vagrant.configure("2") do |config|
libvirt.driver = "kvm" libvirt.driver = "kvm"
# The name of the server, where libvirtd is running. # The name of the server, where libvirtd is running.
libvirt.host = "localhost" # libvirt.host = "localhost"
# If use ssh tunnel to connect to Libvirt. # If use ssh tunnel to connect to Libvirt.
libvirt.connect_via_ssh = false libvirt.connect_via_ssh = false