Open marcosgildavid opened 10 years ago
Try out the latest code by building via gemspec (version 0.1.0), it has many updated fixes.
Did it but now it doesn't work: $vagrant plugin list vagrant-ovirt (0.1.0)
$ vagrant up --provider=ovirt
The plugin "vagrant-ovirt" could not be found. Please make sure that it is
properly installed via vagrant plugin
. Note that plugins made for
Vagrant 1.0.x are not compatible with 1.1+ and this error will likely
continue to show when you use plugin install
with a 1.0.x plugin.
The provider 'ovirt' could not be found, but was requested to back the machine 'ovirtbox'. Please use a provider that exists.
What am I doing wrong?
I'm not sure, but if you're using vagrant 1.6.1 i've noticed this in other plugins. Make sure you're using 1.5.4 or lower and try again. Aside from that, I don't know why that error is happening.
I'm on vagrant 1.2.2.
I'll see if I can find out what's wrong. Thanks for the help!
vagrant up gives out an error if there are no quotas defined in RHEV: ~/.vagrant.d/gems/gems/vagrant-ovirt-0.0.2/lib/vagrant-ovirt/action/create_vm.rb:50:in `call': uninitialized constant VagrantPlugins::OVirtProvider::Action::CreateVM::Error (NameError)