apache / libcloud

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.
https://libcloud.apache.org
Apache License 2.0
2.03k stars 929 forks source link

fix for TB in list_sizes for eqnx #1973

Closed luss closed 7 months ago

luss commented 8 months ago

fix for TB in list_sizes for eqnx

Description

Some newer large instance sizes are measured in TB rather than GB

Kami commented 7 months ago

@luss Thanks for the contribution. Can you please add a corresponding unit / mock http based test? Thanks.

Kami commented 7 months ago

I've fixed lint (486ca721fe096190cdcb6fe27dc84366e40b64c8) and added tests (59286b46ca1b4b25caaa445d015ebeae52787d02) and merged change into trunk. Thanks.