Workaround to fix southbound it
authorSam Hague <shague@redhat.com>
Fri, 10 Apr 2015 15:22:48 +0000 (11:22 -0400)
committerSam Hague <shague@redhat.com>
Fri, 10 Apr 2015 15:22:48 +0000 (11:22 -0400)
commit6130fd44255b205ef0f744c9d22be5235be23a0d
tree36c7eb1405a151232360c5bb7c050fc390cc36ce
parentc5cc92aec48199a71b6a7c707405f064d711315d
Workaround to fix southbound it

The problem was the dataBroker in the southbound-it was not right. Something from outside ovsdb changed and caused issues with the way the soutbound-it was getting the broker.

The workaround was to get the broker from the SouthboundProvider.

Also added basic NetworkTopology and Topology to read the OVSDBTopology from the datastores since those values have to exist for southbound-impl to work.

Change-Id: Ie24c2bed42976efc64c142c30f6b1a8935435209
Signed-off-by: Sam Hague <shague@redhat.com>