Made changes in Internal Network creation to also takes care of creating br-int ... 90/3490/1
authorMadhu Venugopal <mavenugo@gmail.com>
Thu, 5 Dec 2013 08:24:34 +0000 (00:24 -0800)
committerMadhu Venugopal <mavenugo@gmail.com>
Thu, 5 Dec 2013 08:24:34 +0000 (00:24 -0800)
commitd3e8e82dffb35c935a7834b0fb2cdc0d638e6beb
treee3db9031f7a4d74c32923bee68a6430047add92b
parente4bed4c364932b4b9fe5074005647b0e4af186ed
Made changes in Internal Network creation to also takes care of creating br-int & its patch-ports if they are missing.

Please note that the current implementation creates br-int, br-tun and the patch ports upon detecting a new Node.
This can be improved by creating these bridges just when the Neutron events begin. Since this functionality is now
boxed into a single method call, it can be taken care as a future fix.

Change-Id: I71f52348d042a8ef1653fcd8e094a7a1d87d78d6
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
neutron/src/main/java/org/opendaylight/ovsdb/neutron/InternalNetworkManager.java
neutron/src/main/java/org/opendaylight/ovsdb/neutron/SouthboundHandler.java
neutron/src/main/java/org/opendaylight/ovsdb/neutron/provider/OF10ProviderManager.java