Bug 4772 Fix to add ethernet interface as port to the bridge. 85/33585/1
authorgvrangan <venkatrangang@hcl.com>
Fri, 22 Jan 2016 22:15:33 +0000 (17:15 -0500)
committerVenkatrangan Govindarajan <venkatrangang@hcl.com>
Tue, 26 Jan 2016 21:12:04 +0000 (21:12 +0000)
commit83049af9fa7621b2dc874b597d1f6289cc317f50
tree7e91af30a943b94058609ff0d623f7aa89f10685
parent41c1ab4545b261dc10ffb140534c59825defb157
Bug 4772 Fix to add ethernet interface as port to the bridge.

addPortToBridge method was adding the termination point
to the parent node instead of the bridge node entry.
Current fix fetches the bridge node from the configuration
DS  after bridge is added and then adds the termination point.

Change-Id: Id7a7eadf2b7be2d15495d7475e6bdfe214934420
Signed-off-by: gvrangan <venkatrangang@hcl.com>
(cherry picked from commit 5ff2710011995ea040a4a9d4a85b6613a56320f8)
manager/neutron/src/main/java/org/opendaylight/vtn/manager/neutron/impl/OVSDBEventHandler.java
manager/neutron/src/test/java/org/opendaylight/vtn/manager/neutron/impl/OVSDBEventHandlerTest.java