Browse Source

Tools: move Vagrant to zesty32

The yakkety32 images are no longer present in the cloud repositories
mission-4.1.18
Peter Barker 8 years ago
parent
commit
b288ef27a3
  1. 2
      Vagrantfile

2
Vagrantfile vendored

@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2" @@ -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

Loading…
Cancel
Save