X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=Vagrantfile;h=656c25cac52c7e703b3864a3f002dd876ea1aeb6;hb=409498023ebd19ce6b0963b140ee2b943b41a8b9;hp=377b21552f3c79d6d7d2a6afca28216caa2dbb5c;hpb=818ebd97b869309fefa0cc102ab0a9f067f9a51d;p=icn.git diff --git a/Vagrantfile b/Vagrantfile index 377b215..656c25c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -58,8 +58,7 @@ Vagrant.configure("2") do |config| # The jump machine config.vm.define 'jump' do |m| # Note the apparent typo in the name below, it is correct as-is - m.vm.box = 'intergratedcloudnative/ubuntu1804' - m.vm.box_version = '1.0.0' + m.vm.box = 'intergratedcloudnative/ubuntu2004' m.vm.hostname = 'jump' m.vm.synced_folder '.', '/icn' m.vm.provider :libvirt do |libvirt|