** Also affects: neutron/kilo
   Importance: Undecided
       Status: New

-- 
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 neutron:
  Fix Released
Status in neutron kilo series:
  New

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to