Return-Path: Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: (qmail 34234 invoked from network); 5 Feb 2011 00:41:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Feb 2011 00:41:32 -0000 Received: (qmail 24252 invoked by uid 500); 5 Feb 2011 00:41:32 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 24237 invoked by uid 500); 5 Feb 2011 00:41:31 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 24229 invoked by uid 99); 5 Feb 2011 00:41:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Feb 2011 00:41:31 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lutter@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Feb 2011 00:41:25 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p150f4l1007625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 4 Feb 2011 19:41:04 -0500 Received: from [10.3.113.57] (ovpn-113-57.phx2.redhat.com [10.3.113.57]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p150f4jA016076 for ; Fri, 4 Feb 2011 19:41:04 -0500 Subject: Re: [PATCH core] Create an Image from running EBS instance (EC2) From: David Lutterkort To: deltacloud-dev@incubator.apache.org In-Reply-To: <1296733503-16366-2-git-send-email-mfojtik@redhat.com> References: <1296733503-16366-1-git-send-email-mfojtik@redhat.com> <1296733503-16366-2-git-send-email-mfojtik@redhat.com> Content-Type: text/plain; charset="ISO-8859-15" Organization: Red Hat Inc Date: Fri, 04 Feb 2011 16:41:03 -0800 Message-ID: <1296866463.4828.37.camel@avon.watzmann.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 On Thu, 2011-02-03 at 12:45 +0100, mfojtik@redhat.com wrote: > From: Michal Fojtik > > --- > server/lib/deltacloud/drivers/ec2/ec2_driver.rb | 9 +++++++++ > .../lib/deltacloud/helpers/application_helper.rb | 5 ++++- > server/server.rb | 15 +++++++++++++++ > server/views/instances/index.html.haml | 2 ++ > 4 files changed, 30 insertions(+), 1 deletions(-) NAK for now until we've figured out how this should all be represented in the API across the clouds that allow image creation (EC2, RAX, and GoGrid) David