Comment 6 for bug 1300628

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (milestone-proposed)

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 <email address hidden>
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)