[Bug 1553666] Re: `validate_options': Missing required arguments: libvirt_uri (ArgumentError)

2016-03-11 Thread Jakub Libosvar
As per link comment in comment #8, using fog-libvirt 0.0.3 fixes this issue: vagrant plugin install --plugin-version 0.0.3 fog-libvirt At least works for me :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1553666] Re: `validate_options': Missing required arguments: libvirt_uri (ArgumentError)

2016-03-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: vagrant (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553666 Title:

Re: [Bug 1553666] Re: `validate_options': Missing required arguments: libvirt_uri (ArgumentError)

2016-03-06 Thread Arslan Qadeer
i have uninstalled the vagrant-libvirt plugin and installed again but no changefog-libvirt version is still 0.0.4 How to fix that and how can i have new code? Please guide me i have very urgent project on my way pending. I'll be obliged. On Mon, Mar 7, 2016 at 12:50 AM, Albert Strasheim

[Bug 1553666] Re: `validate_options': Missing required arguments: libvirt_uri (ArgumentError)

2016-03-06 Thread Albert Strasheim
https://github.com/fog/fog-libvirt/issues/16 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553666 Title: `validate_options': Missing required arguments: libvirt_uri (ArgumentError) To manage

Re: [Bug 1553666] Re: `validate_options': Missing required arguments: libvirt_uri (ArgumentError)

2016-03-06 Thread Arslan Qadeer
yes its working for virtualbox, but problem is still there with libvirt, same error with libvirt. On Sun, Mar 6, 2016 at 3:49 PM, pwaring wrote: > What happens if you try the following (this will download a box from > vagrantcloud.com): > > vagrant init ubuntu/trusty64 >

[Bug 1553666] Re: `validate_options': Missing required arguments: libvirt_uri (ArgumentError)

2016-03-06 Thread pwaring
What happens if you try the following (this will download a box from vagrantcloud.com): vagrant init ubuntu/trusty64 vagrant up I know that box works, so if you still get the same problem then that helps narrow it down. -- You received this bug notification because you are a member of Ubuntu

[Bug 1553666] Re: `validate_options': Missing required arguments: libvirt_uri (ArgumentError)

2016-03-06 Thread Arslan Qadeer
I just tried on another machine from scratch, hitting same error... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553666 Title: `validate_options': Missing required arguments: libvirt_uri

[Bug 1553666] Re: `validate_options': Missing required arguments: libvirt_uri (ArgumentError)

2016-03-06 Thread Arslan Qadeer
i am simply using "vagrant up" command, and my Vagranfile is: # -*- mode: ruby -*- # vi: set ft=ruby : ENV['VAGRANT_DEFAULT_PROVIDER'] = 'libvirt' VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "ubuntuserver64" # Turn off shared

[Bug 1553666] Re: `validate_options': Missing required arguments: libvirt_uri (ArgumentError)

2016-03-06 Thread pwaring
Can you post the command you ran which resulted in the error message and your Vagrantfile please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553666 Title: `validate_options': Missing required

[Bug 1553666] Re: `validate_options': Missing required arguments: libvirt_uri (ArgumentError)

2016-03-06 Thread Arslan Qadeer
i was running vagrant on ubuntu 14.04 last week, it was running perfectbut i changed OS to ubutnu 12.04 due to some personal needs, then i faced this error. I thought it may be due to old OS, i installed again ubuntu 14.04 but facing same error as ubuntu 12.04. i have tried a lot of

[Bug 1553666] Re: `validate_options': Missing required arguments: libvirt_uri (ArgumentError)

2016-03-06 Thread pwaring
What did you do to cause this error message? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553666 Title: `validate_options': Missing required arguments: libvirt_uri (ArgumentError) To manage