yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #91092
[Bug 1773046] Re: IPAM returns random ip address instead of next IP from subnet pool
** 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
References