fix concat issue with akka.conf jinja2 template
[integration/packaging/ansible-opendaylight.git] / templates / akka.conf.j2
index fb08627ae59b56c7b4b87d5c29faf8c87b34133f..e7a810899b94ad64edbecc4f21c6708948e89269 100644 (file)
@@ -9,7 +9,7 @@
       {% set _ = vars.update({'member_index': '"' + "member-" + loop.index|string + '"'}) %}
    {% endif %}
    {% set ip_address =  hostvars[host]['container_address']|string %}
-   {% set _ = odl_cluster_list.append('"' + "akka.tcp://opendaylight-cluster-data@" + ip_address + ":" + {{ akka_remoting_port }} + '"')  %}
+   {% set _ = odl_cluster_list.append('"' + "akka.tcp://opendaylight-cluster-data@" + ip_address + ":" + akka_remoting_port|string + '"')  %}
 {%- endfor %}
 
 odl-cluster-data {