X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=Vagrantfile;h=aa6d2d12b4ac996971a867731fe43bb593c9773c;hb=b07aa7075ff47b92e48872060da4e8eae777ddf1;hp=5fa65a12a7972e56e6cbcb1a61e58bd739d25e25;hpb=013e13962b30443e0b4dad0d646a29c243fa9cf9;p=icn.git diff --git a/Vagrantfile b/Vagrantfile index 5fa65a1..aa6d2d1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -42,6 +42,7 @@ Vagrant.configure("2") do |config| 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.hostname = 'jump' m.vm.synced_folder '.', '/icn' m.vm.provider :libvirt do |libvirt|