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 2022/03/05 10:35:06 UTC

[libcloud] branch trunk updated (4bacff1 -> 536582d)

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 4bacff1  Merge pull request #1645 from rgharris/azure-arm-compute-gallery-and-os-disk-delete
     new e182083  Implements #1636
     new 297f013  Implements #1636
     new 63f421d  Avoid duplication
     new a065891  Fix
     new 2877ae7  Improve code
     new c09f02d  Improve code
     new 6857a45  Minor change
     new 0f73cda  Fix error
     new 37e2b41  update changelog
     new 007f99e  Fix error
     new e5b7681  Merge branch 'trunk' into fix_1636
     new 1ebc322  Fix black-check
     new f9c5a33  Remove properties
     new becdf21  Fix typo
     new 1537cae  Improve changelog
     new 08832c7  Address review comments
     new 1e9d9ea  Merge branch 'trunk' into fix_1636
     new ce7ddec  Fix typo.
     new 536582d  Merge pull request #1638 from micafer/fix_1636

The 9004 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 ++
 libcloud/compute/drivers/openstack.py              | 181 +++++++++++++++++----
 .../openstack_v1.1/_v2_0__floatingips.json         |  28 ++++
 .../openstack_v1.1/_v2_0__floatingips_ip_id.json   |  32 ++++
 ...tingips.json => _v2_0__floatingips_net_id.json} |   0
 libcloud/test/compute/test_openstack.py            |  65 +++++++-
 6 files changed, 279 insertions(+), 44 deletions(-)
 create mode 100644 libcloud/test/compute/fixtures/openstack_v1.1/_v2_0__floatingips_ip_id.json
 copy libcloud/test/compute/fixtures/openstack_v1.1/{_v2_0__floatingips.json => _v2_0__floatingips_net_id.json} (100%)