From a082dc1b5c948a50049ecdb333379bbff0460caa Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Thu, 19 Feb 2015 23:45:50 -0500 Subject: [PATCH] Vagrantfile: default libvirt box now with actual openshift --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index ab8f92f0ddbe..51b1bb37b205 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -75,7 +75,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| }, "libvirt" => { "box_name" => "fedora_inst", - "box_url" => "https://download.gluster.org/pub/gluster/purpleidea/vagrant/fedora-20/fedora-20.box" + "box_url" => "https://mirror.openshift.com/pub/vagrant/boxes/openshift3/fedora_libvirt_inst.box" }, "aws" => { "_see_also_" => AWS_CRED_FILE,