From 3ed476ab07943ef03446b716923b29f910c69b5c Mon Sep 17 00:00:00 2001
From: OpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Date: Fri, 17 Dec 2021 16:45:39 +0000
Subject: [PATCH] Updated from OpenStack Ansible Tests

Change-Id: Ie084bb1a212d6834a172b888421dec284ce18ee2
---
 Vagrantfile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Vagrantfile b/Vagrantfile
index 4468b89b..2a83de46 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"