]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove unneeded device_owner field from l2pop tuple
authorCarl Baldwin <carl.baldwin@hp.com>
Fri, 8 Aug 2014 17:31:59 +0000 (17:31 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Fri, 8 Aug 2014 18:37:23 +0000 (18:37 +0000)
commitc5fafcb30a5b86e87309ad4650f7d05a2ca038dc
tree5f4463e8514da234374fe4e76ee9d91843701d18
parentfbf93bf6cb1394c3fdf1f3e12cc5071f856d3241
Remove unneeded device_owner field from l2pop tuple

The DVR development added this device_owner to the middle of this
tuple during early development because it was thought to be needed.
Over the course of development, it was found to be unnecessary and
much of the code that read it from this value was removed or
obsoleted.  That job went unfinished and so this commit completes it.
This essentially restores the code to what it was before and fixes the
regression that was caused.

Change-Id: Ia901f925883b53e9880dd25688e16e0ffe402bf4
Partial-bug: #1352801
neutron/plugins/ml2/drivers/l2pop/mech_driver.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/ml2/drivers/test_l2population.py