From: Kuralamudhan Ramakrishnan Date: Wed, 10 Nov 2021 00:14:59 +0000 (+0000) Subject: Merge "Fix version of box used in Vagrantfile" X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=d637d7a8c792223a0645bd36f474d46136369249;hp=c3ca1c962a355e4e17e5ebd4067716bbea39e6bb;p=icn.git Merge "Fix version of box used in Vagrantfile" --- 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|