Updated from OpenStack Ansible Tests

Change-Id: I5e19e392053e43fbf42bc418f3016dd93323e67d
This commit is contained in:
OpenStack Proposal Bot 2021-03-22 08:51:22 +00:00
parent 68056e7104
commit b9a265926f

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