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.
## Documentation fix for rcodezero driver ### Description This PR fixes the link to the rcodezero API documentation and removes the unimplemented methodes from the generated documentation ### Status done...
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 7.1.1. Commits cf1542c Release 7.1.1 939ea3d Merge pull request #1949 from stephenfin/issue-1948 bdcd5c2 Handle escaped braces in f-strings 2a811cc Merge pull request #1946 from Viicos/patch-1...
## Add AWS region me-central-1 ### Description We need support for opt in AWS region `me-central-1`. Resources: * `endpoint`: https://docs.aws.amazon.com/general/latest/gr/ec2-service.html * `country` and `signature_version`: https://docs.aws.amazon.com/general/latest/gr/s3.html ### Status - Done, ready...
## Enable to specify port in OpenStack ex_attach_floating_ip_to_node ### Description Enable to specify port in OpenStack ex_attach_floating_ip_to_node #2027 ### Status Replace this: describe the PR status. Examples: - done, ready...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.0 to 4.0.1. Release notes Sourced from actions/setup-dotnet's releases. v4.0.1 What's Changed Documentation changes: Update README.md to use latest action version by @mikes-gh in actions/setup-dotnet#502 Update links...
## Feature Request I will be very useful to enable to specify the port where the floating IP will be attached in the ex_attach_floating_ip_to_node
I am using version 3.8 in aws region eu-west-1. When I call list_sizes() the returned list does not include p2.xlarge instances. My colleague on a different computer (possibly using older...
## Summary Can't obtain a driver for SOFTLAYER provider ## Detailed Information I'm using Python 3.9/3.10 and apache-libcloud==3.8.0 When trying to get driver for the SOFTLAYER provider the following error...
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 43.0.1. Changelog Sourced from cryptography's changelog. 43.0.1 - 2024-09-03 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2. .. _v43-0-0: 43.0.0...
## Only instantiate superclasses of MockHttp if we are provided keyword arguments ### Description With pytest 8.2 and above, any class that contains classes is collected, which means they are...