← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1300628] Re: BigSwitch ML2 driver uses portbindingsports table

 

Reviewed:  https://review.openstack.org/85517
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f367d7422c669fda908b5ef0228cde9dc5717f63
Submitter: Jenkins
Branch:    milestone-proposed

commit f367d7422c669fda908b5ef0228cde9dc5717f63
Author: Kevin Benton <blak111@xxxxxxxxx>
Date:   Tue Apr 1 01:05:29 2014 -0700

    Stop using portbindings_db in BSN ML2 driver
    
    Avoids using the portbindings_db in the Big Switch
    ML2 driver since ML2 has deprecated that database for
    its own version that tracks the same information.
    
    Also eliminates unnecessary 'binding_host' field since
    it is now always the same as as the 'portbinding:host_id'
    field.
    
    Closes-Bug: #1300628
    Change-Id: I17d47cb446cdd2e989c3e0d01b797a81309faaa7
    (cherry picked from commit c70c2719d700902854ef0381cb725722ac2da05e)


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

Title:
  BigSwitch ML2 driver uses portbindingsports table

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

Bug description:
  The Big Switch ML2 driver references the deprecated portbindings_db in
  the port location tracking code. This needs to be removed because it's
  resulting in the entire portbinding_db schema for one small function.

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


References