Bug 1799: Fixed broken Vagrantfile URL 15/11015/1
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 10 Sep 2014 21:25:31 +0000 (17:25 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 10 Sep 2014 21:25:53 +0000 (17:25 -0400)
Change-Id: Ibaad92043980d2be7ff0d7be10126df510367895
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Vagrantfile

index a49014500462493163d003a489d00db5740089b1..e624d6e1250133a8c5e7a29a775ed9ee9082d5d6 100644 (file)
@@ -14,9 +14,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
 
   config.vm.define "mininet" do |mininet|
     mininet.vm.box = "trusty64"
-    mininet.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.10_chef-provisionerless.box"
+    mininet.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box"
     mininet.vm.provider "vmware_fusion" do |v, override|
-      override.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_ubuntu-14.10_chef-provisionerless.box"
+      override.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_ubuntu-14.04_chef-provisionerless.box"
     end
     mininet.vm.hostname = "mininet"
     mininet.vm.network "private_network", ip: "192.168.50.15"