<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Developers,</div><div><br></div><div>So far in Networking (formerly Quantum) IPs are pre-allocated when a new port is created by the following def:</div><div>_allocate_ips_for_port(self, context, network, port):</div><div><br></div><div>If we are using a real DHCP (not the dnsmasq process) that does not accept static IP allocation because it only allocates IPs based on its own algorithm, how can we tell Networking to not allocate an IP at all?</div><div>I don’t think that is possible based on the code but I would like to know if somebody has gone through the same problem and have a workaround solution.</div><div><br></div><div>Cheers,</div><div><br></div><div>Edgar</div><div><br></div></body></html>