From: Basheeruddin Ahmed Date: Thu, 21 Aug 2014 17:51:42 +0000 (-0700) Subject: changed the label for seed node config X-Git-Tag: release/helium~233^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=45faa999459af3e36fafad4e4003f63fa4ad60f0;p=controller.git changed the label for seed node config Change-Id: Iafbd7d781f0fb41bff8e0194954809febecf909c Signed-off-by: Basheeruddin Ahmed --- diff --git a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf index 5bf231dbe1..0535179aad 100644 --- a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf +++ b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf @@ -25,7 +25,7 @@ odl-cluster-data { } cluster { - seed-nodes = ["akka.tcp://opendaylight-cluster-data@:2550"] + seed-nodes = ["akka.tcp://opendaylight-cluster-data@:2550"] auto-down-unreachable-after = 10s } @@ -47,7 +47,7 @@ odl-cluster-rpc { } cluster { - seed-nodes = ["akka.tcp://opendaylight-cluster-rpc@:2551"] + seed-nodes = ["akka.tcp://opendaylight-cluster-rpc@:2551"] auto-down-unreachable-after = 10s }