From a8255d64a3b2a805266bba28ba9ef325521bdc65 Mon Sep 17 00:00:00 2001 From: Alex Ruiz Estradera Date: Fri, 18 Nov 2016 17:05:57 +0100 Subject: [PATCH] Fix WS endpoints Change-Id: Iee9aac2055125ccd19ad3dc0e64e2f4653650af2 --- manifests/mem.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/mem.pp b/manifests/mem.pp index 4c05c1b..54a80a5 100644 --- a/manifests/mem.pp +++ b/manifests/mem.pp @@ -180,11 +180,11 @@ class midonet::mem( $mem_login_host = "http://${cluster_ip}${mem_api_port}" $mem_trace_api_host = "http://${cluster_ip}${mem_api_port}" - $mem_traces_ws_url = "${$mem_ws}://${cluster_ip}${mem_trace_port}/${mem_trace_namespace}" + $mem_traces_ws_url = "${$mem_ws}${cluster_ip}${mem_trace_port}/${mem_trace_namespace}" $mem_api_host = "http://${cluster_ip}${mem_api_port}" - $mem_analytics_ws_api_url = "${$mem_ws}://${analytics_ip}${mem_analytics_port}/${mem_analytics_namespace}" - $mem_subscriptions_ws_api_url = "${$mem_ws}://${cluster_ip}${mem_subscription_port}/subscription" - $mem_fabric_ws_api_url = "${$mem_ws}://${cluster_ip}${mem_fabric_port}/fabric" + $mem_analytics_ws_api_url = "${$mem_ws}${analytics_ip}${mem_analytics_port}/${mem_analytics_namespace}" + $mem_subscriptions_ws_api_url = "${$mem_ws}${cluster_ip}${mem_subscription_port}/subscription" + $mem_fabric_ws_api_url = "${$mem_ws}${cluster_ip}${mem_fabric_port}/fabric" $mem_apache_servername = $cluster_ip