From 4143ec32c13d4d8a57a55fe778eda1d706366419 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 28 Sep 2018 06:20:57 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: If23ecbc058a765eaf42993ea974c5a0c8030778f --- Vagrantfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 41bda657..5b2e2da5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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