From: Moiz Raja Date: Fri, 22 Aug 2014 21:43:21 +0000 (+0000) Subject: Merge "changed the label for seed node config" X-Git-Tag: release/helium~233 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=00a51a7d13fb383477133db44ec9c6c204e58e08;hp=a0d1ef5d4bce919d400526314524f38a7eee5c52 Merge "changed the label for seed node config" --- 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 }