Updated from OpenStack Ansible Tests

Change-Id: If06cfb5cf7a1ef3ed21eb1244c5c86ff622af94f
This commit is contained in:
OpenStack Proposal Bot 2021-03-22 08:54:16 +00:00
parent d2aa4ab484
commit 00a542c7fc
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