Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 49BD4200C6C for ; Fri, 21 Apr 2017 07:42:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 489A5160B9F; Fri, 21 Apr 2017 05:42:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C31AA160BB9 for ; Fri, 21 Apr 2017 07:42:51 +0200 (CEST) Received: (qmail 88871 invoked by uid 500); 21 Apr 2017 05:42:51 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 88388 invoked by uid 500); 21 Apr 2017 05:42:49 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 88366 invoked by uid 99); 21 Apr 2017 05:42:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2017 05:42:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A125AF4A32; Fri, 21 Apr 2017 05:42:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anthonyshaw@apache.org To: commits@libcloud.apache.org Date: Fri, 21 Apr 2017 05:43:02 -0000 Message-Id: <42d5b0dacee34bb59fdc479b348240eb@git.apache.org> In-Reply-To: <62015e2ddb2a46e8a6f35db02902cfed@git.apache.org> References: <62015e2ddb2a46e8a6f35db02902cfed@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/16] libcloud git commit: Merge branch 'github-1036' into trunk Closes #1036 archived-at: Fri, 21 Apr 2017 05:42:52 -0000 Merge branch 'github-1036' into trunk Closes #1036 Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/eb2d4e90 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/eb2d4e90 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/eb2d4e90 Branch: refs/heads/trunk Commit: eb2d4e90e2e6868dc245dfb0b1b149cf781c9d80 Parents: 2883adb 2f81890 Author: Anthony Shaw Authored: Fri Apr 21 15:39:05 2017 +1000 Committer: Anthony Shaw Committed: Fri Apr 21 15:39:05 2017 +1000 ---------------------------------------------------------------------- libcloud/compute/drivers/ec2.py | 172 ++++++++++++++++++- .../ec2/describe_volumes_modifications.xml | 30 ++++ .../test/compute/fixtures/ec2/modify_volume.xml | 15 ++ libcloud/test/compute/test_ec2.py | 57 ++++++ 4 files changed, 271 insertions(+), 3 deletions(-) ----------------------------------------------------------------------