Updated from OpenStack Ansible Tests

Change-Id: I7c7b39367ddbd4e9cf6d38bea2a49c75f585113e
This commit is contained in:
OpenStack Proposal Bot 2021-03-22 08:49:29 +00:00
parent db1a5c67ba
commit f08b2b1d4e
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