Vagrantfile: Switch to openSUSE Leap 42.2

openSUSE Leap 42.1 will soon be EOL. However, openSUSE Leap 42.2
Vagrant images are now available on Atlas so use these instead.

Change-Id: I0a5c4c5f523343ad610328e72e965ccf1e873989
This commit is contained in:
Markos Chandras 2017-04-21 09:43:25 +01:00
parent 85936b6aa8
commit a02ba55cdc

4
Vagrantfile vendored
View File

@ -15,8 +15,8 @@ Vagrant.configure(2) do |config|
xenial.vm.box = "ubuntu/xenial64"
end
config.vm.define "opensuse421" do |leap421|
leap421.vm.box = "opensuse/openSUSE-42.1-x86_64"
config.vm.define "opensuse422" do |leap422|
leap422.vm.box = "opensuse/openSUSE-42.2-x86_64"
end
config.vm.define "centos7" do |centos7|