]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Stop using portbindings_db in BSN ML2 driver
authorKevin Benton <blak111@gmail.com>
Tue, 1 Apr 2014 08:05:29 +0000 (01:05 -0700)
committerKevin Benton <blak111@gmail.com>
Tue, 1 Apr 2014 15:48:37 +0000 (08:48 -0700)
commitc70c2719d700902854ef0381cb725722ac2da05e
tree5e2cbafd87c97b426833fd4caca2fb9443c2e8f2
parent64128cb40a81686e523dedb6afe301647c559979
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
neutron/plugins/bigswitch/plugin.py
neutron/plugins/ml2/drivers/mech_bigswitch/driver.py
neutron/tests/unit/ml2/drivers/test_bigswitch_mech.py