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

## Summary The RcodeZero driver generated broken API-Requests when adding records with different type (eg. adding an AAAA record to an existing A record). ## Detailed Information Adding a records...

## Summary the generated rcodezero-driver documenation includes unimplemented methods ## Detailed Information The autogenerated rcodezero-driver documentation includes unimplemented methods. The PR #2032 fixes this

## Consistent handling of HTTP/S proxy environment variables ### Description This PR provides consistent handling of the `http_proxy`, `https_proxy`, and `no_proxy` environment variables in line with the behavior of the...

No commits in 9 months, lots of open PRs (including dependabot security), folks asking to become contributors on the mailing list with no action? Has this gone unmaintained?

## Respect no_proxy environment variable My corporate network enforces proxy use during HTTP/S connections through the http_proxy/https_proxy environment variables. However, we typically set the no_proxy variable to avoid hitting the...

## Summary DNS resolution failures, credential validation errors, and a user warning about SSL verification. This suggests potential issues with how Libcloud handles connections and credentials across various drivers. ##...

## Summary If someone copy-pastes code from [this example](https://github.com/apache/libcloud/blob/v3.8.0/docs/examples/compute/create_ec2_node_custom_ami.py#L22), they will get type errors in a type checker like [pyright](https://github.com/microsoft/pyright). ## Detailed Information The type hints for NodeImage say that...

## Summary In some cases the service name set in the Keystone is not the expected by the OpenStack driver. ## Detailed Information In some sites CinderV3 volume uses the...

drivers: openstack
api: common: connection