← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1288407] Re: Fix segment allocation tables in Cisco N1kv plugin

 

** 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/1288407

Title:
  Fix segment allocation tables in Cisco N1kv plugin

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  The segment ranges for VLAN and VXLAN are being populated using an in memory dictionary. The segment allocation table is emptied on deleting any network profile.
  This change allows the use of segment range from the network profile table.
  By using the network profile UUID as a foreign key in the segment allocations table, tables are cleaned up only for the segments associated with
  the deleted network profile via CASCADE, leaving no inconsistencies.
  Add more UT along with this.

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


References