From owner-svn-src-projects@FreeBSD.ORG Wed Oct 29 17:34:28 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3BB79F1; Wed, 29 Oct 2014 17:34:28 +0000 (UTC) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 74B8AAFB; Wed, 29 Oct 2014 17:34:28 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id w7so2754100qcr.40 for ; Wed, 29 Oct 2014 10:34:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=zrcXgwORbBVQCyswZ6NQi0lMi5UbWk9Ys/iNf/3b/lg=; b=V41R7Er7EQTv007/Hk8sGQr8agkcx1TUZyyF/JwYp+2PE5C51mSnqPL1afxEC7yF+S xAsk1t5seDPHU/EdAeMBAfLfhO2G5UAVDOb3CMLo9rlbg0a9ODW7Fhf7Q8nV2LxQcrjO BZ3slJKwUOygaqfDZWqKu5jvpX7OLOg5t693FWtS7YbCdeXDlCSB5+ymz+M77cCroXXz FSW1AWJTYnzxYP4Prf/ysKGKfLWYc8eQTGBZ00GV3CQ62w05nRMUEesqV0eSXjRD0J4P Tg2xCcLpauGf4cPPFRC+dpteI9fOgBCJzbkdFZDMMKXhilNpi1AEXHi2SWv+JXbZjF07 q9OA== MIME-Version: 1.0 X-Received: by 10.224.130.198 with SMTP id u6mr17539272qas.99.1414604067596; Wed, 29 Oct 2014 10:34:27 -0700 (PDT) Sender: hiren.panchasara@gmail.com Received: by 10.96.205.201 with HTTP; Wed, 29 Oct 2014 10:34:27 -0700 (PDT) In-Reply-To: <201410291704.s9TH499e043208@svn.freebsd.org> References: <201410291704.s9TH499e043208@svn.freebsd.org> Date: Wed, 29 Oct 2014 10:34:27 -0700 X-Google-Sender-Auth: YeLMhOCMz_RionHIuiSMChx067Q Message-ID: Subject: Re: svn commit: r273833 - in projects/release-vmimage/release: . amd64 i386 tools From: hiren panchasara To: Glen Barber Content-Type: text/plain; charset=UTF-8 Cc: svn-src-projects@freebsd.org, src-committers X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 17:34:28 -0000 On Wed, Oct 29, 2014 at 10:04 AM, Glen Barber wrote: > Author: gjb > Date: Wed Oct 29 17:04:09 2014 > New Revision: 273833 > URL: https://svnweb.freebsd.org/changeset/base/273833 > > Log: > Initial commit providing a mechanism to create > openstack images as part of the release build. > > This mimics the way Microsoft Azure images are > built, with the addition of installing the > net/cloud-init package and adding a (commented) > rc.conf(5) entry for cloudinit. > > Sponsored by: The FreeBSD Foundation Requested by: hiren Really appreciate it! cheers, Hiren