소스 검색

Merge pull request #1516 from tya/fix-vagrant-box

Updated vagrant box, ubuntu/vivid64 was remove from atlas.hashicorp.com
Alessandro Boch 8 년 전
부모
커밋
43582e8ef1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libnetwork/Vagrantfile

+ 1 - 1
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}"