Fix version of box used in Vagrantfile 77/4477/2
authorTodd Malsbary <todd.malsbary@intel.com>
Tue, 19 Oct 2021 18:35:04 +0000 (11:35 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Thu, 28 Oct 2021 23:51:33 +0000 (16:51 -0700)
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I377f4fc751c638cdb0890404b6bf927080970618

Vagrantfile

index 5fa65a1..aa6d2d1 100644 (file)
@@ -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|