Updated from OpenStack Ansible Tests

Change-Id: Id3e677801d1d2d406e9920a026e645b9eacc190e
This commit is contained in:
OpenStack Proposal Bot 2021-03-22 08:46:57 +00:00
parent 2dc4709537
commit 7ec67e9e2a
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

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