From patchwork Tue Nov 24 19:39:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mark D. Gray" X-Patchwork-Id: 548256 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (unknown [IPv6:2600:3c00::f03c:91ff:fe6e:bdf7]) by ozlabs.org (Postfix) with ESMTP id 895BD1402C2 for ; Wed, 25 Nov 2015 06:40:39 +1100 (AEDT) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id 165CB109AC; Tue, 24 Nov 2015 11:40:38 -0800 (PST) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx3v3.cudamail.com (mx3.cudamail.com [64.34.241.5]) by archives.nicira.com (Postfix) with ESMTPS id E5A811098D for ; Tue, 24 Nov 2015 11:40:36 -0800 (PST) Received: from bar3.cudamail.com (localhost [127.0.0.1]) by mx3v3.cudamail.com (Postfix) with ESMTPS id 1CC9A161B35 for ; Tue, 24 Nov 2015 12:40:36 -0700 (MST) X-ASG-Debug-ID: 1448394035-03dd7b464632f860001-byXFYA Received: from mx3-pf1.cudamail.com ([192.168.14.2]) by bar3.cudamail.com with ESMTP id 54oZyOBgq58GAMr4 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 24 Nov 2015 12:40:35 -0700 (MST) X-Barracuda-Envelope-From: mark.d.gray@intel.com X-Barracuda-RBL-Trusted-Forwarder: 192.168.14.2 Received: from unknown (HELO mga01.intel.com) (192.55.52.88) by mx3-pf1.cudamail.com with SMTP; 24 Nov 2015 19:40:29 -0000 Received-SPF: pass (mx3-pf1.cudamail.com: SPF record at intel.com designates 192.55.52.88 as permitted sender) X-Barracuda-Apparent-Source-IP: 192.55.52.88 X-Barracuda-RBL-IP: 192.55.52.88 Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 24 Nov 2015 11:39:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,339,1444719600"; d="scan'208";a="1726613" Received: from nnmoore-mobl3.ger.corp.intel.com (HELO MDGRAY-MOBL4.ger.corp.intel.com) ([10.252.27.209]) by fmsmga004.fm.intel.com with ESMTP; 24 Nov 2015 11:39:48 -0800 X-CudaMail-Envelope-Sender: mark.d.gray@intel.com From: "Mark D. Gray" To: dev@openvswitch.org X-CudaMail-MID: CM-V1-1123048672 X-CudaMail-DTE: 112415 X-CudaMail-Originating-IP: 192.55.52.88 Date: Tue, 24 Nov 2015 19:39:38 +0000 X-ASG-Orig-Subj: [##CM-V1-1123048672##][PATCH] Vagrantfile: Update to Fedora 22 base box Message-Id: <1448393978-13260-1-git-send-email-mark.d.gray@intel.com> X-Mailer: git-send-email 2.5.3 X-GBUdb-Analysis: 0, 192.55.52.88, Ugly c=0 p=0 Source New X-MessageSniffer-Rules: 0-0-0-4605-c X-Barracuda-Connect: UNKNOWN[192.168.14.2] X-Barracuda-Start-Time: 1448394035 X-Barracuda-Encrypted: DHE-RSA-AES256-SHA X-Barracuda-URL: https://web.cudamail.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at cudamail.com X-Barracuda-BRTS-Status: 1 X-ASG-Whitelist: EmailCat (corporate) Subject: [ovs-dev] [PATCH] Vagrantfile: Update to Fedora 22 base box X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dev-bounces@openvswitch.org Sender: "dev" Fedora 20 base box is no longer available at chef/fedora20. Signed-off-by: Mark D. Gray --- Vagrantfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index e8c104d..102a17d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,11 +6,11 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.require_version ">=1.7.0" $bootstrap_fedora = <