From 7ec67e9e2affd868a3c09e5ffcc5b805a50675c0 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 22 Mar 2021 08:46:57 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: Id3e677801d1d2d406e9920a026e645b9eacc190e --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index e02fdbb..4468b89 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -45,7 +45,7 @@ Vagrant.configure(2) do |config| end config.vm.define "ubuntu2004" do |focal| - bionic.disksize.size = "40GB" - bionic.vm.box = "ubuntu/focal64" + focal.disksize.size = "40GB" + focal.vm.box = "ubuntu/focal64" end end