Hyunsun Moon
Committed by Gerrit Code Review

Fix missing target for ovsdb controller

Change-Id: I3277f6bae3eb4b0dd7310bfbafe212b7e9374179
......@@ -603,6 +603,7 @@ public class DefaultOvsdbClient
Controller controller = (Controller) TableGenerator
.createTable(dbSchema, OvsdbTable.CONTROLLER);
if (controller != null) {
controller.setTarget(target);
if (controllerUuid == null) {
insertConfig(OvsdbConstant.CONTROLLER, "_uuid",
......