Comment 20 for bug 1418921

Revision history for this message
Łukasz Oleś (loles) wrote :

Guys, you can't just remove dhcp-sequential-ip option. It was added for a reason: https://review.openstack.org/#/c/127946/

I see few solutions now:
- increase lease TTL value to very big number. It will not fix the problem but will decrease chance of its occurrence .
- fix dnsmasq hashing algorithm, so the bug with the same hash for different MACs will be fixed.
- write own dhcp service which generates IP addresses in a better way.