From b288ef27a3a5595c92730232a139fba674ee3367 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 26 Aug 2017 23:02:22 +1000 Subject: [PATCH] Tools: move Vagrant to zesty32 The yakkety32 images are no longer present in the cloud repositories --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 9ddf10b074..be003af54b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = "ubuntu/yakkety32" + config.vm.box = "ubuntu/zesty32" # push.app = "geeksville/ardupilot-sitl" # The following forwarding is not necessary (or possible), because our sim_vehicle.py is smart enough to send packets