You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/12/02 10:32:30 UTC

[8/9] libcloud git commit: Merge branch 'github-951' into trunk closes #951

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 <an...@apache.org>
Authored: Fri Dec 2 21:31:33 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
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(+)
----------------------------------------------------------------------