Updated from OpenStack Ansible Tests

Change-Id: I9a34d4cd10cef0c5e9c8e349e98cc1fe5c923bd7
This commit is contained in:
OpenStack Proposal Bot 2021-03-22 08:49:06 +00:00
parent 992ab38b61
commit 44fa8898b1

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