You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/06/28 17:25:49 UTC

[libcloud] 01/07: Merge branch 'maxihost-provider' of https://github.com/mistio/libcloud into mistio-maxihost-provider

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 674d0c226ed55d57f48a3660607ddaf69e2f04d5
Merge: 6a34d68 10e2e6c
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Jun 28 19:05:24 2019 +0200

    Merge branch 'maxihost-provider' of https://github.com/mistio/libcloud into mistio-maxihost-provider

 docs/_static/images/provider_logos/maxihost.png    | Bin 0 -> 15494 bytes
 docs/compute/drivers/maxihost.rst                  |  30 +++
 libcloud/common/maxihost.py                        |  44 +++++
 libcloud/compute/drivers/maxihost.py               | 218 +++++++++++++++++++++
 libcloud/compute/providers.py                      |   2 +
 libcloud/compute/types.py                          |   1 +
 .../test/compute/fixtures/maxihost/images.json     |  14 ++
 libcloud/test/compute/fixtures/maxihost/keys.json  |  17 ++
 libcloud/test/compute/fixtures/maxihost/node.json  |  46 +++++
 libcloud/test/compute/fixtures/maxihost/nodes.json |  57 ++++++
 libcloud/test/compute/fixtures/maxihost/plans.json |  36 ++++
 .../test/compute/fixtures/maxihost/regions.json    |  39 ++++
 libcloud/test/compute/test_maxihost.py             |  93 +++++++++
 13 files changed, 597 insertions(+)