From 398ae826d538a6ddeb12daf1f69696e7e35b15e9 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 28 Sep 2018 06:16:57 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I3f0412fadb39573f5a7e6a3fd48eb1c596cd801c --- Vagrantfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 41bda65..5b2e2da 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