← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1605343] Re: [rfe] update CIDR for subnet

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1605343

Title:
  [rfe] update CIDR for subnet

Status in neutron:
  Expired

Bug description:
  Use case to solve: as an operator I want to expand or shrink Public
  network without re-allocating all Floating IPs.

  Currently, updating subnet CIDR is blocked by validation from API
  side. By the way, PD code is already updating CIDRs so far.

  Generic approach is:

    1. Accept CIDR and optionally allocation pools and gateway_ip.
    2. If new allocation pool is not provided, and old pool is not fit into
       CIDR, then fail. Same for GW.
    3. Re-allocate IP if they're out of new allocation pool.

  Here is a proposed patch https://review.openstack.org/#/c/345594/

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1605343/+subscriptions


References