Updated from OpenStack Ansible Tests
Change-Id: Ieed98dbe7fd364b13d903fd775d694ddfe0c53cf
This commit is contained in:
1 changed files with 4 additions and 0 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -36,6 +36,10 @@ Vagrant.configure(2) do |config|
leap422.vm.box = "opensuse/openSUSE-42.2-x86_64"
end
config.vm.define "opensuse423" do |leap423|
leap423.vm.box = "opensuse/openSUSE-42.3-x86_64"
end
config.vm.define "centos7" do |centos7|
centos7.vm.box = "centos/7"
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.