Jose, I'm sorry plugins aren't quite updated for 1.5 yet. The downgrade path isn't too difficult, but it is entirely manual. The only thing that changed with 1.5 that 1.4 doesn't like is the layout of boxes in "~.vagrant.d/boxes".
What you need to do is remove the "version" level of directories. So now the boxes are at "~/.vagrant.d/boxes/precise64/0/virtualbox". You just need to remove that "0" level. Best, Mitchell On Tue, Mar 25, 2014 at 10:43 AM, Jose Alberto Suárez López <[email protected]> wrote: > Hi, > > I upgraded my vagrant to 1.5 from 1.4 but after 1 hour fighting with > vagrant-berkshelf and vagrant-lxc support I decided to back to 1.4.3. Sadly > vagrant 1.5 seems to update some paths and now vagrant cannot find my boxes. > > Is there a way to back to the old paths or I must re-create every one of my > machines? > > TIA > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
