Comment 3 for bug 1485584

Revision history for this message
Andres Rodriguez (andreserl) wrote :

I fiddled around with the node a little bit, and did the following in the code (line 330)

        interface = PhysicalInterface.objects.filter(mac=self)
        maaslog.error(interface[0])
        return interface[0].claim_static_ips(
            alloc_type, requested_address, fabric, user, update_host_maps)