Merge "Create Physical Port By Listening on DS changes"
authorSam Hague <shague@redhat.com>
Fri, 4 Dec 2015 13:38:43 +0000 (13:38 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 4 Dec 2015 13:38:44 +0000 (13:38 +0000)
openstack/net-virt-sfc/impl/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/sfc/workaround/NetvirtSfcWorkaroundOF13Provider.java

index b3b43a6fdccb59e479be5e3cf2d4a76dbdbffa9d..cbd14b48eb97cf983b164ee46659935a0cf500e7 100644 (file)
@@ -280,7 +280,7 @@ public class NetvirtSfcWorkaroundOF13Provider implements INetvirtSfcOF13Provider
         if (ovsdbNode != null) {
             OvsdbNodeAugmentation ovsdbNodeAugmentation = ovsdbNode.getAugmentation(OvsdbNodeAugmentation.class);
             if (ovsdbNodeAugmentation != null && ovsdbNodeAugmentation.getOpenvswitchOtherConfigs() != null) {
-                southbound.getOtherConfig(ovsdbNode, OvsdbTables.OPENVSWITCH, TUNNEL_ENDPOINT_KEY);
+                local_ip = southbound.getOtherConfig(ovsdbNode, OvsdbTables.OPENVSWITCH, TUNNEL_ENDPOINT_KEY);
             }
 
         }