From 2ba8aae9dfe911778ea63e3253fa701bb2ff1786 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 23 Sep 2015 20:38:39 -0600 Subject: [PATCH] helps --- example_box/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_box/Vagrantfile b/example_box/Vagrantfile index 8403c87..a34b797 100644 --- a/example_box/Vagrantfile +++ b/example_box/Vagrantfile @@ -39,7 +39,7 @@ Vagrant.configure("2") do |config| libvirt.driver = "kvm" # The name of the server, where libvirtd is running. - libvirt.host = "localhost" + # libvirt.host = "localhost" # If use ssh tunnel to connect to Libvirt. libvirt.connect_via_ssh = false