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

## Feature Request In large environments, running `list_nodes()` and then filtering the list by name client-side is expensive. It would be fantastic if I could filter nodes, images, and volumes...

stale

## Summary Right now, the TTL for individual DNS Records is stored either in the `Record.ttl` attribute, or in the `Record.extra` dict, or in both. Some of the code stores...

stale

I tried to run EC2 price scraping script before the release (``contrib/scrape-ec2-sizes.py``), but it seems the format in the JSON and JavaScript files has changed so the script doesn't give...

drivers: ec2
stale

## Feature Request [`libcloud/compute/drivers/openstack.py`](https://github.com/apache/libcloud/blob/trunk/libcloud/compute/drivers/openstack.py) defaults to API version "1.1". ``` DEFAULT_API_VERSION = '1.1' ``` It would be nice to default to the very latest API version ("2.2" as of this...

api: compute
drivers: openstack
stale

In the compute API, the [docstring for `get_image()` method's `image_id` parameter ](https://libcloud.readthedocs.io/en/latest/compute/api.html#libcloud.compute.base.NodeDriver.get_image)says "Node to run the task on." This description does not make sense. It looks like a bad copy-paste...

api: compute
drivers: openstack
stale

Creating this issue as an umbrella place for the implementation of [phoenixNAP Bare Metal Cloud](https://phoenixnap.com/bare-metal-cloud) driver.

stale

## Feature Request It looks like we can activate a retry on some network errors, though I didn't find a way to retry automatically on some 5xx status code. It...

stale

## Summary Using `upload_object` to upload an empty file returns response: `400 - Bad Request: too many Host headers` ## Detailed Information Python 3.6.8 Libcloud: 3.3.1 OS: rhel 7.9 I...

在使用libcloud调用aliyun oss时遇到以下两个问题: 1. upload_object: libcloud.common.types.InvalidCredsError: b'\n\n NonStandardHostForbidden\n Your host is invalid. Please use Open Storage Service standard host.\n 60420052D987C1303869C56D\n oss.aliyuncs.com\n\n' 查明原因是因为在OSSStorageDriver调用upload_object时没有将传入Container对象传递到OSSConnection的request方法,导致调用OSS api的时候host设置为默认的oss.aliyun.com 而不是 regionxxx.oss.aliyun.com。 2. download_object_via_stream: 没有实现流式下载的方法,和download_object一样的逻辑。

stale

## Summary GCE driver throws NotImplementedError when calling deploy_node, however the provider matrix says this method is implemented (I couldn't find a mention of GCE + deploy_node anywhere in the...

stale