Skip to content

Commit

Permalink
Tools: move Vagrant to zesty32
Browse files Browse the repository at this point in the history
The yakkety32 images are no longer present in the cloud repositories
  • Loading branch information
peterbarker committed Aug 26, 2017
1 parent 0155434 commit b288ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b288ef2

Please sign in to comment.