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 2020/11/05 21:52:51 UTC

[libcloud] 06/08: Merge branch 'feature/improve_vultr' of https://github.com/sergerdn/libcloud into sergerdn-feature/improve_vultr

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 3e6bea729a09faf8524b24626598519695b4cc61
Merge: f201d96 5e99a90
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Nov 5 22:35:13 2020 +0100

    Merge branch 'feature/improve_vultr' of https://github.com/sergerdn/libcloud into sergerdn-feature/improve_vultr

 contrib/update_vultr_fixtures.sh                   |  33 +
 libcloud/compute/drivers/vultr.py                  | 675 ++++++++++++++++++++-
 .../test/compute/fixtures/vultr/create_node.json   |   2 +-
 .../test/compute/fixtures/vultr/list_images.json   | 185 +++++-
 .../compute/fixtures/vultr/list_locations.json     | 173 +++++-
 .../test/compute/fixtures/vultr/list_nodes.json    | 117 +++-
 .../test/compute/fixtures/vultr/list_sizes.json    | 406 ++++++++++++-
 libcloud/test/compute/test_vultr.py                |  81 ++-
 8 files changed, 1630 insertions(+), 42 deletions(-)