Return-Path: Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: (qmail 52260 invoked from network); 16 Dec 2010 22:13:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Dec 2010 22:13:43 -0000 Received: (qmail 94208 invoked by uid 500); 16 Dec 2010 22:13:43 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 94184 invoked by uid 500); 16 Dec 2010 22:13:43 -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 94176 invoked by uid 99); 16 Dec 2010 22:13:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 22:13:43 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=10.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 tcrawley@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; Thu, 16 Dec 2010 22:13:37 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBGMDGP1030186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Dec 2010 17:13:16 -0500 Received: from katahdin.redhat.com (ovpn-113-60.phx2.redhat.com [10.3.113.60]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oBGMDFQi025951 for ; Thu, 16 Dec 2010 17:13:16 -0500 From: tcrawley@redhat.com To: deltacloud-dev@incubator.apache.org Subject: [PATCH 0/4] Fixes for EC2 driver rev 5, mark 2 Date: Thu, 16 Dec 2010 17:13:11 -0500 Message-Id: <1292537595-773-1-git-send-email-tcrawley@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 From: Tobias Crawley These patches include the fixes I had to implement to get rev 5 working with SteamCannon, and a slight reimplementation of the provider code in the ec2 driver. This patchset replaces my previous patchset ([PATCH 0/4] Fixes for EC2 driver rev 5). Tobias Crawley (4): Rework endpoint selection for new ec2 driver. Don't convert in_use to in-use, because the client will kindly convert it back. Show the realm_id for the storage volume. Fix failing storage_volume test. client/lib/deltacloud.rb | 4 +- server/lib/deltacloud/drivers/ec2/ec2_driver.rb | 52 +++++++++++++++------- server/views/storage_volumes/show.html.haml | 4 ++ server/views/storage_volumes/show.xml.haml | 2 + tests/mock/storage_volumes.feature | 3 +- 5 files changed, 45 insertions(+), 20 deletions(-) -- 1.7.3.2