SUSE/pennyworth

Broken deps in vagrant

Opened this issue · 1 comments

While running newly installed https://github.com/yast/autoyast-integration-test test, I'm getting this error.

**** Building KVM image ****
There was a problem opening a connection to libvirt: libvirt is not a recognized compute provider

It seems it has been already reported for vagrant-libvirt:
vagrant-libvirt/vagrant-libvirt#362

They suggest to downgrade gem fog to version 1.29 which has actually helped

@kobliha for what I understand moving to the latest version of vagrant and libvirt-plugin should fix this issue. Pull the latest version and re run the setup command and you should get vagrant 1.7.2 and libvirt plugin 0.29.0 ... let me know if that works for you