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 928 forks source link

Add os_distro and os_version in OpenStack images #1981 #1982

Closed micafer closed 2 months ago

micafer commented 6 months ago

Add os_distro and os_version in OpenStack images

Description

Implements: #1981

Status

Replace this: describe the PR status. Examples:

Checklist (tick everything that applies)

codecov-commenter commented 6 months ago

Codecov Report

Merging #1982 (0ee184a) into trunk (6e39117) will increase coverage by 0.00%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## trunk #1982 +/- ## ======================================= Coverage 83.20% 83.20% ======================================= Files 353 353 Lines 81433 81435 +2 Branches 8593 8593 ======================================= + Hits 67751 67753 +2 Misses 10874 10874 Partials 2808 2808 ``` | [Files](https://app.codecov.io/gh/apache/libcloud/pull/1982?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [libcloud/compute/drivers/openstack.py](https://app.codecov.io/gh/apache/libcloud/pull/1982?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-bGliY2xvdWQvY29tcHV0ZS9kcml2ZXJzL29wZW5zdGFjay5weQ==) | `84.93% <ø> (ø)` | | | [libcloud/test/compute/test\_openstack.py](https://app.codecov.io/gh/apache/libcloud/pull/1982?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-bGliY2xvdWQvdGVzdC9jb21wdXRlL3Rlc3Rfb3BlbnN0YWNrLnB5) | `94.54% <100.00%> (+0.01%)` | :arrow_up: |