Skip to content

Commit

Permalink
Merge pull request #445 from libhe/master
Browse files Browse the repository at this point in the history
Modify degug info for get_floating_ip().
  • Loading branch information
libhe authored Sep 26, 2024
2 parents 6d38584 + 25183bd commit 4c49105
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion os_tests/libs/resources_libvirt.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def floating_ip(self):
net = dom.interfaceAddresses(
libvirt.VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_LEASE, 0)

# Log all network interfaces and addresses
LOG.debug(f"Interfaces for VM {self.vm_name}: {net}")

for k, v in net.items():
Expand Down

0 comments on commit 4c49105

Please sign in to comment.