openstacksdk/releasenotes/notes/fix-delete-ips-1d4eebf7bc4d...

7 lines
222 B
YAML

---
issues:
- Fixed the logic in delete_ips and added regression
tests to cover it. The old logic was incorrectly looking
for floating ips using port syntax. It was also not
swallowing errors when it should.