]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
prevent OVS + LB plugins from clearing device_id and device_owner
authorDan Wendlandt <dan@nicira.com>
Sat, 25 Aug 2012 21:59:33 +0000 (14:59 -0700)
committerDan Wendlandt <dan@nicira.com>
Sat, 25 Aug 2012 21:59:48 +0000 (14:59 -0700)
commit89942ed31568199f08ffa60982001f814eaa5b5e
tree4a71ee537f47ba5fa63e6eea3371c2c29b82c626
parentd884506a0d5499279b7f0a0807b22cf34e05685d
prevent OVS + LB plugins from clearing device_id and device_owner

bug 1041669

the fact that these plugins ever cleared this field is probably just a
misunderstanding of how the field is supposed to be used, as I don't think
it ever makes sense for the L2 plugin logic to change this field.

Change-Id: Ie9579e2f88d322cfdce51a2ca126f4dfab680022
quantum/plugins/linuxbridge/db/l2network_db_v2.py
quantum/plugins/openvswitch/ovs_db_v2.py