try this: on metadata.json change
"name": "test", to "name": "test/test", Then, on the vagrant file change config.vm.box = "test" config.vm.box_version = "1" config.vm.box_url = "file://" + dir + "/packer/metadata.json" to config.vm.box_version = "1" config.vm.box_url = "file://" + dir + "/packer/metadata.json" On Thu, Jan 8, 2015 at 3:30 AM, Erik Simmler <[email protected]> wrote: > I did have a slash in the name of the box at one point, but that doesn't > seem to make a difference. I'm not using Atlas, this is all local, though I > intend to host the .box files on a server. The box is generated by packer > from a base ubuntu cloud image. > > Here are the files plus some shell output: > https://gist.github.com/tgecho/d7055d6e7b193e08a0e9 > > Thanks! > > > On Tuesday, January 6, 2015 5:14:31 PM UTC-5, Alvaro Miranda Aguilera > wrote: >> >> hello, >> >> I think the issue is like this. >> >> if you use user/box then will take version into account >> >> if you use name as box and box_url then should be just as v0 all the time >> >> can you share the output of vagrant box list and tell us what's your box? >> >> try to do this: >> >> vagrant box add <url_for_json> >> >> then vagrant box list >> >> >> -- > 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.
