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

Enable to specify port in OpenStack ex_attach_floating_ip_to_node #2027 #2028

Open micafer opened 6 days ago

micafer commented 6 days ago

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:

Checklist (tick everything that applies)

codecov-commenter commented 6 days ago

Codecov Report

Attention: Patch coverage is 64.28571% with 5 lines in your changes missing coverage. Please review.

Project coverage is 83.35%. Comparing base (1ebd605) to head (606b92b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## trunk #2028 +/- ## ========================================== - Coverage 83.37% 83.35% -0.01% ========================================== Files 353 353 Lines 81650 81661 +11 Branches 8627 8629 +2 ========================================== - Hits 68068 68067 -1 - Misses 10760 10772 +12 Partials 2822 2822 ``` | [Files](https://app.codecov.io/gh/apache/libcloud/pull/2028?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [libcloud/test/compute/test\_openstack.py](https://app.codecov.io/gh/apache/libcloud/pull/2028?src=pr&el=tree&filepath=libcloud%2Ftest%2Fcompute%2Ftest_openstack.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-bGliY2xvdWQvdGVzdC9jb21wdXRlL3Rlc3Rfb3BlbnN0YWNrLnB5) | `94.50% <100.00%> (-0.08%)` | :arrow_down: | | [libcloud/compute/drivers/openstack.py](https://app.codecov.io/gh/apache/libcloud/pull/2028?src=pr&el=tree&filepath=libcloud%2Fcompute%2Fdrivers%2Fopenstack.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-bGliY2xvdWQvY29tcHV0ZS9kcml2ZXJzL29wZW5zdGFjay5weQ==) | `84.34% <16.67%> (-0.65%)` | :arrow_down: |