Closed scottcunningham closed 9 years ago
+1
ubuntu-trusty-14.10-cloudimg
does not exist in the list of ubuntu vagrant boxes: https://vagrantcloud.com/ubuntu
Commented the line:
#config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/utopic/current/utopic-server-cloudimg-amd64-vagrant-disk1.box"
and changed the vm.box line from:
config.vm.box = "ubuntu-trusty-14.10-cloudimg"
to:
config.vm.box = "ubuntu/trusty64"
Now vagrant up
works.
True, did not fail for me as the box was already downloaded once.
Hey,
Looks like your configured Vagrant image is no longer available: