Updated from OpenStack Ansible Tests

Change-Id: Ibb48cf6a698ed7c0be07332d051c8be4d1a856b5
This commit is contained in:
OpenStack Proposal Bot 2021-12-17 16:45:50 +00:00
parent fcf02aaffe
commit 4dcdc1cd5b
1 changed files with 0 additions and 5 deletions

5
Vagrantfile vendored
View File

@ -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"