Updated from OpenStack Ansible Tests

Change-Id: Ie2882e416c52bd239a07f5e5d8a23e27bce875d2
This commit is contained in:
OpenStack Proposal Bot 2018-09-28 06:23:26 +00:00
parent 94263f6f1c
commit 07bf9bd4b4
1 changed files with 5 additions and 0 deletions

5
Vagrantfile vendored
View File

@ -36,6 +36,11 @@ Vagrant.configure(2) do |config|
xenial.vm.box = "ubuntu/xenial64"
end
config.vm.define "ubuntu1804" do |bionic|
bionic.disksize.size = "40GB"
bionic.vm.box = "ubuntu/bionic64"
end
config.vm.define "opensuse423" do |leap423|
leap423.vm.box = "opensuse/openSUSE-42.3-x86_64"
end