Updated from OpenStack Ansible Tests
Change-Id: I26e7a2e27f526776f8b4c4d567cf792ee310161c
This commit is contained in:
1 changed files with 5 additions and 0 deletions
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.