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 2024/04/18 16:08:56 UTC

(libcloud) 01/04: Merge branch 'trunk' into equinix-metal-deprecate-facility

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 5fcbcd61e6d2a1cc6dcaabfcc7bc1db006e8ae8b
Merge: 92a86c21d 1eec0cd61
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Apr 18 17:55:43 2024 +0200

    Merge branch 'trunk' into equinix-metal-deprecate-facility

 .asf.yaml                                          |  2 +-
 .github/workflows/depsreview.yaml                  |  2 +-
 .github/workflows/install_test.yml                 |  2 +-
 .github/workflows/integration-tests.yml            |  2 +-
 .github/workflows/main.yml                         | 20 +++---
 .github/workflows/publish_dev_artifact.yml         |  4 +-
 .github/workflows/publish_pricing_to_s3.yml        |  2 +-
 CHANGES.rst                                        | 32 +++++++++
 README.rst                                         |  9 ++-
 contrib/Dockerfile                                 |  3 -
 docs/upgrade_notes.rst                             |  6 ++
 libcloud/__init__.py                               | 13 ++++
 libcloud/common/exceptions.py                      |  1 -
 libcloud/common/openstack.py                       |  1 -
 libcloud/compute/drivers/azure.py                  |  5 --
 libcloud/compute/drivers/dimensiondata.py          | 70 +++++++++---------
 libcloud/compute/drivers/ecs.py                    |  1 -
 libcloud/compute/drivers/equinixmetal.py           |  6 +-
 libcloud/compute/drivers/nttcis.py                 | 82 +++++++++++-----------
 libcloud/compute/drivers/openstack.py              |  2 +
 libcloud/compute/drivers/vcloud.py                 | 12 +---
 libcloud/loadbalancer/drivers/dimensiondata.py     |  6 +-
 libcloud/loadbalancer/drivers/nttcis.py            |  6 +-
 libcloud/storage/drivers/s3.py                     |  3 +-
 libcloud/storage/types.py                          |  2 +
 libcloud/test/__init__.py                          |  2 +-
 libcloud/test/common/test_digitalocean_v2.py       | 18 +++--
 .../fixtures/openstack_v1.1/_images_v2.json        |  2 +-
 libcloud/test/compute/test_abiquo.py               |  1 -
 libcloud/test/compute/test_azure_arm.py            |  8 ++-
 libcloud/test/compute/test_digitalocean_v2.py      | 71 +++++++++++--------
 libcloud/test/compute/test_gandi.py                |  2 -
 libcloud/test/compute/test_opennebula.py           | 12 ----
 libcloud/test/compute/test_openstack.py            |  2 +
 libcloud/test/compute/test_vcloud.py               |  1 -
 libcloud/test/container/test_lxd.py                |  1 -
 libcloud/test/dns/test_digitalocean.py             |  8 +++
 libcloud/test/test_init.py                         | 45 +++++++++---
 pyproject.toml                                     |  8 +--
 requirements-docs.txt                              |  2 +-
 requirements-lint.txt                              | 10 +--
 requirements-tests.txt                             | 10 +--
 tox.ini                                            | 55 +++------------
 43 files changed, 300 insertions(+), 252 deletions(-)