From b07aa7075ff47b92e48872060da4e8eae777ddf1 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Tue, 19 Oct 2021 11:35:04 -0700 Subject: [PATCH] Fix version of box used in Vagrantfile Signed-off-by: Todd Malsbary Change-Id: I377f4fc751c638cdb0890404b6bf927080970618 --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) 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| -- 2.16.6