From 2aee98fc28dddab1c968da131bea92f5072ea9e2 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 17 Dec 2021 16:50:07 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I90dd0406976fe62c67cb9d02b08aa9dce03deb0c --- Vagrantfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 4468b89..2a83de4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -39,11 +39,6 @@ Vagrant.configure(2) do |config| debian10.vm.box = "debian/buster64" end - config.vm.define "ubuntu1804" do |bionic| - bionic.disksize.size = "40GB" - bionic.vm.box = "ubuntu/bionic64" - end - config.vm.define "ubuntu2004" do |focal| focal.disksize.size = "40GB" focal.vm.box = "ubuntu/focal64"