Updated from OpenStack Ansible Tests

Change-Id: Ia072e2a6518701bc7b780b93666870b0efcc1570
This commit is contained in:
OpenStack Proposal Bot 2019-06-27 10:21:30 +00:00
parent 96f0d5bd4a
commit 6ee5eba907
1 changed files with 4 additions and 4 deletions

8
Vagrantfile vendored
View File

@ -41,14 +41,14 @@ Vagrant.configure(2) do |config|
bionic.vm.box = "ubuntu/bionic64"
end
config.vm.define "opensuse423" do |leap423|
leap423.vm.box = "opensuse/openSUSE-42.3-x86_64"
end
config.vm.define "opensuse150" do |leap150|
leap150.vm.box = "opensuse/openSUSE-15.0-x86_64"
end
config.vm.define "opensuse151" do |leap151|
leap151.vm.box = "opensuse/openSUSE-15.1-x86_64"
end
config.vm.define "centos7" do |centos7|
centos7.vm.box = "centos/7"
end