def _delete_floating_ip(self): db.floating_ip_destroy(self.context, self.floating_ip)
def _delete_floating_ip(self): db.floating_ip_destroy(self.context, test_ipv4_address) db.floating_ip_destroy(self.context, test_ipv6_address)
def destroy(cls, context, address): db.floating_ip_destroy(context, str(address))