mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
The existing system of trying to intelligently generate a libvirt URI from the user's config options was too restrictive for my uses. I have added a `uri` config option that allows the user to directly specify the libvirt resource they wish to connect to. This makes using vagrant-libvirt with existing practices easier, and allows connecting successfully in more environments (such as those that use qemu:///session)