Revision c82f57ad snf-cyclades-app/synnefo/db/models.py

b/snf-cyclades-app/synnefo/db/models.py
754 754
                if ip_pool.contains(self.address):
755 755
                    ip_pool.put(self.address)
756 756
                    ip_pool.save()
757
                    return
758
            log.error("Can not release address %s of NIC %s. Address does not"
759
                      " belong to any of the IP pools of the subnet %s !",
760
                      self.address, self.nic, self.subnet_id)
757 761

  
758 762

  
759 763
class IPAddressLog(models.Model):

Also available in: Unified diff