Updated vagrant box, ubuntu/vivid64 was remove from atlas.hasicorp.com
Signed-off-by: Ty Alexander <ty.alexander@sendgrid.com>
This commit is contained in:
parent
3696adb39e
commit
6293a1b8ca
1 changed files with 1 additions and 1 deletions
2
libnetwork/Vagrantfile
vendored
2
libnetwork/Vagrantfile
vendored
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue