bcwaldon / vagrant_devstack

Vagrant project that sets up a devstack environment
82 stars 23 forks source link

Box not found when running "vagrant up" #9

Closed linusthe3rd closed 11 years ago

linusthe3rd commented 11 years ago

I get the following error when running "vagrant up" for the first time against this project:

[default] Box precise was not found. Fetching box from specified URL...
[vagrant] Downloading with Vagrant::Downloaders::HTTP...
[vagrant] Downloading box: http://c479942.r42.cf2.rackcdn.com/precise64.box
Bad status code: 404

Please verify that the box exists and is accessible. Also verify that
this computer is properly connected to the internet.

It looks like the "box_url" in the conf hash is broken.

sc68cal commented 11 years ago

Created a PR that resolves this issue