shade/releasenotes/notes/fix-delete-ips-1d4eebf7bc4d4733.yaml
Monty Taylor 74522a1a22
Fix delete_ips on delete_server and add tests
This codepath was basically completely untested and essentially
completely broken. Fix the break, but also add tests for it.

Also add tests for config_drive while we're in there.

Change-Id: I9f44474000213bab9e08266a376e41fecc4fbc1f
2017-06-21 04:22:59 +01:00

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.