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

We just got an email from DigitalOcean stating that they will change their [Floating IP API endpoint](https://developers.digitalocean.com/documentation/v2/#floating-ips) starting the 26th. Functionally this shouldn't break in libcloud but the fixtures for...

api: compute
stale
drivers: digitalocean

## Summary ECS driver does use wrong host name; if I fix this in the code the package send a request to AWS causing internal server error. ## Detailed Information...

stale

Hi Team, I was trying to store Cassandra backup using medusa. But it's not happening as there is no mapping of s3 storage provider for region us-east-1. can you please...

stale

## Feature Request Based on the MinIOStorageDriver I have created a ScalewayStorageDriver because the S3 driver needs the URL in order to talk with the Scaleway Object Storage implementation. See...

stale

## Summary Creating an EBS backup driver fails with region formatting issue ## Detailed Information apache-libcloud version 3.4.1 python 3.6 >>> cls = libcloud.get_driver(libcloud.DriverType.BACKUP, libcloud.DriverType.BACKUP.EBS) >>> backup_driver = cls(constants.CONFIG["aws_access_key"], constants.CONFIG["aws_secret_key"],...

stale
api: backup
drivers: ebs

## Feature Request Is there any interest in proxmox as a provider? I am deciding between ovirt and proxmox and I want to be able to use mist.io with it...

stale

## Feature Request would like libcloud to support EKS in AWS.

stale

## Feature Request Currently DigitalOcean driver has no `deploy_node` method (only `create_node`). I couldn't find a way to use MultiStep deployment options with `create_node` (install a `salt-minion` right after installation)...

api: compute
drivers: digitalocean
feature request

## Feature Request Add the ability to authenticate Azure Blob Storage Accounts via Azure AD service principal secrets and certificates. This feature would be following this feature from jclouds (https://issues.apache.org/jira/browse/JCLOUDS-1558)...

## Summary When trying to upload a file to Aurora Objects through `upload_object_via_stream()`, I get an `InvalidCredsError`. ## Detailed Information When I try the following code: ```python3 from libcloud.storage.types import...