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/03/19 21:09:21 UTC

[libcloud] branch trunk updated (57b4885 -> 788b98f)

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

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


    from 57b4885  Fix lint.
     new 7720c2b  Fix create_node() method in the GCE driver so it works correctly if location / zone argument is not provided.
     new 02c5987  Add changelog entry.
     new 6de9db4  Update GCE docs and make it clear that a lot of operations rely on zone / location being set.
     new 8803abe  Update changelog.
     new cfe0038  Add tests for it.
     new 788b98f  Merge pull request #1443 from Kami/gce_improved_zone_handling

The 7281 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                                        | 17 ++++++
 docs/compute/drivers/gce.rst                       | 11 +++-
 .../compute/gce/gce_installed_application.py       |  1 +
 docs/examples/compute/gce/gce_internal_auth.py     |  3 +-
 docs/examples/compute/gce/gce_service_account.py   |  3 +-
 libcloud/compute/drivers/gce.py                    | 63 ++++++++++++++++++++--
 libcloud/test/compute/test_gce.py                  | 33 ++++++++++++
 7 files changed, 123 insertions(+), 8 deletions(-)