BUG 7493: fix akka configure cluster script
[integration/distribution.git] / distribution-karaf / src / main / assembly / bin / configure-cluster-ipdetect.sh
index 7b97ef967da8789b454c939b4c30de36878601bb..864df6fbe4fb882f9d9a43a99b660dcf790db302 100755 (executable)
@@ -79,8 +79,8 @@ function create_strings
     # Then merge the array using the join utility defined above.
     count=1
     for ip in ${CONTROLLERIPS[@]} ; do
-        ds[$count]=\\\"akka.tcp:\\/\\/opendaylight-cluster-data@${ip}:2550\\\"
-        rpc[$count]=\\\"akka.tcp:\\/\\/odl-cluster-rpc@${ip}:2551\\\"
+        ds[$count]=\\\"akka:\\/\\/opendaylight-cluster-data@${ip}:2550\\\"
+        rpc[$count]=\\\"akka:\\/\\/odl-cluster-rpc@${ip}:2551\\\"
         members[$count]=\\\"member-${count}\\\"
         count=$[count + 1]
     done