pradels / vagrant-ovirt

Vagrant provider for oVirt and RHEV.
MIT License
35 stars 20 forks source link

Error if no quotas defined in RHEV #9

Open marcosgildavid opened 10 years ago

marcosgildavid commented 10 years ago

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)

myoung34 commented 10 years ago

Try out the latest code by building via gemspec (version 0.1.0), it has many updated fixes.

marcosgildavid commented 10 years ago

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?

myoung34 commented 10 years ago

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.

marcosgildavid commented 10 years ago

I'm on vagrant 1.2.2.

I'll see if I can find out what's wrong. Thanks for the help!

myoung34 commented 10 years ago

I've taken over the upstream work. This and new issues should be opened at my fork