yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #34652
[Bug 1451559] Re: subnetpool allocation not working with multiples subnets on a unique network
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1451559
Title:
subnetpool allocation not working with multiples subnets on a unique
network
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
The following scenario is not working:
#$ neutron subnetpool-create pool --pool-prefix 10.0.0.0/8 --default-prefixlen 24
#$ neutron net-create net
#$ neutron subnet-create net --name subnet0 10.0.0.0/24
#$ neutron subnet-create net --name subnet1--subnetpool pool
>>> returns a 409
Last command fails because neutron tries to allocate to subnet1 the
1st unallocated cidr from 10.0.0.0/8 pool => 10.0.0.0/24 but subnet
net as already 10.0.0.0/24 as cidr (subnet0) and overlapping cidrs are
disallowed on the same network!
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1451559/+subscriptions
References