libcloud icon indicating copy to clipboard operation
libcloud copied to clipboard

Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.

Results 158 libcloud issues
Sort by recently updated
recently updated
newest added

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

external dependency
python

## Summary As libcloud uses `_` in scheme name, many popular libraries, eg urllib, fail to parse the URIs generated. ``` In [1]: from urllib.parse import urlparse In [2]: urlparse('AZURE_BLOBS://data')...

## Changes Title (replace this with a logical title for your changes) Remove unused and unsupported apis from equinix metal ### Description - Remove implementation of storage APIs as they...

api: compute
drivers: equinix metal

## Changes Title (replace this with a logical title for your changes) Deprecate facility in the favor of metro API ### Description - Support Metros location in libcloud interfaces and...

api: compute
drivers: equinix metal

## Feature Request We were trying to create EC2 of m6i.xlarge in `af-south-1` region which was added as part of commit https://github.com/apache/libcloud/commit/e482e9e66341827cced87e156044a474306c2b4f. But it is missing the instance_types field as...

## Add os_distro and os_version in OpenStack images ### Description Implements: #1981 ### Status Replace this: describe the PR status. Examples: - done, ready for review ### Checklist (tick everything...

api: compute
drivers: openstack

## Enhance `KubeVirtNodeDriver` Compute Driver ### Description This pull request brings several improvements to the `create_node` method and related functions within the `KubeVirtNodeDriver` (`libcloud/compute/drivers/kubevirt.py`). **Features added to `KubeVirtNodeDriver.create_node`**: - Improved...

api: compute
drivers: kubevirt

## Feature Request OpenStack Image API provides (if set) the values of the metadata fields os_distro and os_version. Add them to the extra fields of the OpenStack NodeImage fields.

api: compute
drivers: openstack

Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.3.1 to 3.4.0. Commits f0881ba Cut 3.4.0 3e4bdf9 Changelog/comment updates 30b447b Linting 33508c9 Expand MessageOrderError use to handle more packet types 96db1e2 Raise exception when sequence numbers...

external dependency
python

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

external dependency
github_actions