Code review comment for lp:~mpontillo/maas/discovered-ip-address-api-fix--bug-1686732

Revision history for this message
Mike Pontillo (mpontillo) wrote :

The IP address release code expects to find a single IP address. Since discovered addresses can exist in the database at the same time as non-Discovered addresses, we need a way to ensure that we only ever pick one StaticIPAddress to delete.

« Back to merge proposal