what's is the rule of assign an dhcp ip to port in neutron
In openstack, when we create server and use dhcp, neutron can automatically assign an ip from the selected subnet, I found that if we create more than one server , the assigned dhcp ip address is not continuous, I want to know what's inside rule of assign an ip address from ip pool? Can I set the rule to continnous?
You can't change the assignment algorithm, but you can use your own IPAM solution with Neutron and have full control.