74522a1a22
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
7 lines
222 B
YAML
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.
|