From 6293a1b8cad768dedb35c4b6dc5f1d97cfa195e8 Mon Sep 17 00:00:00 2001 From: Ty Alexander Date: Wed, 19 Oct 2016 15:10:34 -0600 Subject: [PATCH] Updated vagrant box, ubuntu/vivid64 was remove from atlas.hasicorp.com Signed-off-by: Ty Alexander --- libnetwork/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/Vagrantfile b/libnetwork/Vagrantfile index da09602d9d..e09e704532 100644 --- a/libnetwork/Vagrantfile +++ b/libnetwork/Vagrantfile @@ -43,7 +43,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| num_nodes.times do |n| config.vm.define "net-#{n+1}" do |net| - net.vm.box = "ubuntu/vivid64" + net.vm.box = "ubuntu/xenial64" net_ip = net_ips[n] net_index = n+1 net.vm.hostname = "net-#{net_index}"