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.
## Summary Using the azure_arm provider, I cannot create a windows VM. in the create_node function it has been hardcoded to only support linux VMs (I have commented `#HERE` in...
This change adds a function to update additional_capabilities so that Ultra SSDs can be added. Additional changes allow specific provisioned IOPS and throughput. ## Azure: Add the ability to use...
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.12.9 to 2.12.10. Changelog Sourced from astroid's changelog. What's New in astroid 2.12.10? Release date: 2022-09-17 Fixed a crash when introspecting modules compiled by cffi. Closes #1776...
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.2 to 2.15.3. Commits 403dac6 Bump pylint to 2.15.3, update changelog 38e2784 Bump astroid to 2.12.10 f5e168e Fix undefined-loop-variable with NoReturn and Never (#7476) fbc9e66 Accept a...
## Removed obsolete compute drivers ### Description Remove: - [x] Bluebox - [x] bsnlcloud - [x] Cloudwatt - [x] enomaly - [x] elastichosts - [x] elasticstack - [x] Kili -...
## Feature Request Supabase is an open-source Firebase alternative. That allows us to start a project with a Postgres Database, Authentication, instant APIs, Realtime subscriptions, and Storage. My feature request...
Adds a `private` and `tag` filter to DigitalOcean Images ### Description DigitalOcean accepts both `tag_name` and `private` parameters to filter images and Nodes. This PR adds these parameters using the...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 8.0.2. Release notes Sourced from pytest's releases. 8.0.2 pytest 8.0.2 (2024-02-24) Bug Fixes #11895: Fix collection on Windows where initial paths contain the short version...
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.7 to 3.1.0. Commits 053c2c3 Bump pylint to 3.1.0, update changelog c954636 Upgrade release documentation, and contributors.txt 7300ed2 Discover .pyi files (#9241) 9dbf3df Merge maintenance 3.0.x into...
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.5. Changelog Sourced from cryptography's changelog. 42.0.5 - 2024-02-23 * Limit the number of name constraint checks that will be performed in :mod:`X.509 path validation...