Updated from OpenStack Ansible Tests

Change-Id: I4bd3cce6d1012fa0a07d48c9f07b8b1e63089dc3
This commit is contained in:
OpenStack Proposal Bot 2017-07-28 15:00:10 +00:00
parent f67746897e
commit 6f2a3a5739
1 changed files with 4 additions and 0 deletions

4
Vagrantfile vendored
View File

@ -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