mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
helps
This commit is contained in:
2
example_box/Vagrantfile
vendored
2
example_box/Vagrantfile
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user