Merge pull request #14490 from lhuard1A/vagrant_libvirt_fedora21

Move the vagrant+libvirt cluster from Fedora 20 to 21
This commit is contained in:
Brendan Burns 2015-09-29 19:29:47 -07:00
commit c643c2b3f3

4
Vagrantfile vendored
View File

@ -68,8 +68,8 @@ $kube_provider_boxes = {
},
:libvirt => {
'fedora' => {
:box_name => 'kube-fedora20',
:box_url => 'http://citozin.com/opscode_fedora-20_chef-provisionerless_libvirt.box'
:box_name => 'kube-fedora21',
:box_url => 'https://amadeus.box.com/shared/static/93mj2fajrii6afeh8b5v5ihuk2ows2yn.box'
}
},
:vmware_desktop => {