libcloud
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.
## Add OVH driver for s3 Storage ### Description Add S3 driver for OVHcloud S3 Storage endpoints ### Status - done, ready for review ### Checklist (tick everything that applies)...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 5.1.1. Release notes Sourced from sphinx's releases. v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Changelog Sourced from sphinx's changelog. Release 5.1.1 (released Jul 26, 2022) Bugs...
Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 37.0.4. Changelog Sourced from cryptography's changelog. 37.0.4 - 2022-07-05 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.5. .. _v37-0-3: 37.0.3...
## Add new method to get gce image price Add tests ### Description Getting GCE image price right now with `libcloud.pricing.get_pricing(driver_type='compute', driver_name='gce_images')` is broken. I added a separate method to...
## EC2 prices scraping script upgrade ### Use official endpoint to get EC2 prices to get as many prices and as acurate as possible. This enables to add prices for...
## Feature Request I'm having difficulty creating nodes with the azure arm driver. As I can understand, it requires providing an existing network interface, and to create a network interface,...
## Summary The download_object_as_stream for Azure located in azure_blobs.py will silently ignore the caller's specified chunk_size. It should probably raise an exception if the caller's value is not acceptable. Generally,...
## Feature Request Hi all! After beginning to integrate the libcloud library into an application I am writing and attempting to use both the `get_object_cdn_url()` and `get_container_cdn_url()`, I have realized...
## Changes Title (replace this with a logical title for your changes) ### Description Added new connection type which support `user_id`, `password` and `key` arguments ### Status ready for review...
Im using your example code for Aliyun ECS create_node and its throwing an error, i wasnt able to find what the error is Libcloud version: 3.5.1 Code being used https://github.com/apache/libcloud/blob/trunk/demos/example_aliyun_ecs.py...