** Changed in: neutron
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1773046
Title:
IPAM returns random ip address instead of next IP from subnet pool
Status in neutron:
Won't Fix
Bug description:
When a new VM is spawned with no ip address in network request,
neutron allocates a new ip address from corresponding subnet pool. And
it does not pick next available ip. Instead of
PreferNextAddressRequest, AnyAddressRequest is set for ip_request.
This is due to neutron/ipam/request.py
AddressRequestFactory.get_request() returns AnyAddressRequest under
final else clause. It is preferred that it returns
PreferNextAddressRequest so that IP addresses are allocated in a
sequential pattern.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1773046/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp