mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Save the variables on the instance to allow for different connection settings to be specified on a per machine basis. Provide some rudimentary tests that ensure that the different URIs are used when constructing connections, and additionally the connection is created only once, no matter how many times it is subsequently called. Fixes: #1358