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 B6CB7200BE0 for ; Fri, 2 Dec 2016 11:32:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B5941160B29; Fri, 2 Dec 2016 10:32:25 +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 E55F7160B2D for ; Fri, 2 Dec 2016 11:32:24 +0100 (CET) Received: (qmail 21457 invoked by uid 500); 2 Dec 2016 10:32:24 -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 21328 invoked by uid 500); 2 Dec 2016 10:32:24 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 21275 invoked by uid 99); 2 Dec 2016 10:32:24 -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, 02 Dec 2016 10:32:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C8456F17F6; Fri, 2 Dec 2016 10:32:23 +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, 02 Dec 2016 10:32:30 -0000 Message-Id: <07830c6b5f59482e875a5fdc483a4e61@git.apache.org> In-Reply-To: <8c5e070df301423eac1ca7e5667ca03e@git.apache.org> References: <8c5e070df301423eac1ca7e5667ca03e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [8/9] libcloud git commit: Merge branch 'github-951' into trunk closes #951 archived-at: Fri, 02 Dec 2016 10:32:25 -0000 Merge branch 'github-951' into trunk closes #951 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/28dc1c32 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/28dc1c32 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/28dc1c32 Branch: refs/heads/trunk Commit: 28dc1c32d33bef847ff93cac6cd5b7878eeca164 Parents: 75b129e 75300c5 Author: Anthony Shaw Authored: Fri Dec 2 21:31:33 2016 +1100 Committer: Anthony Shaw Committed: Fri Dec 2 21:31:33 2016 +1100 ---------------------------------------------------------------------- .../images/provider_logos/cloudscale.png | Bin 0 -> 61533 bytes docs/compute/_supported_methods_main.rst | 2 + docs/compute/_supported_providers.rst | 2 + docs/compute/drivers/cloudscale.rst | 75 ++++++ .../cloudscale/cloudscale_compute_simple.py | 27 ++ libcloud/compute/drivers/cloudscale.py | 246 +++++++++++++++++++ libcloud/compute/providers.py | 2 + libcloud/compute/types.py | 2 + .../fixtures/cloudscale/create_node.json | 46 ++++ .../fixtures/cloudscale/list_images.json | 1 + .../compute/fixtures/cloudscale/list_nodes.json | 48 ++++ .../compute/fixtures/cloudscale/list_sizes.json | 2 + libcloud/test/compute/test_cloudscale.py | 122 +++++++++ libcloud/test/secrets.py-dist | 1 + 14 files changed, 576 insertions(+) ----------------------------------------------------------------------