From 14e5de45c583ce10ac37c27fc8f82576ba0dd341 Mon Sep 17 00:00:00 2001 From: Bin Qian Date: Thu, 5 Jul 2018 09:35:04 -0400 Subject: [PATCH] Avoid using hostname in haproxy conf haproxy default build option not happy with hostname when IPv6 is configured. Avoid using hostname for now. Story: 2002987 Task: 23001 Change-Id: Ia3508a8124766a4d8bac97a68a0e38481593f96d Signed-off-by: Bin Qian --- puppet-manifests/src/modules/platform/templates/sm-api.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-manifests/src/modules/platform/templates/sm-api.conf.erb b/puppet-manifests/src/modules/platform/templates/sm-api.conf.erb index 5b1146c8f..32902d68e 100644 --- a/puppet-manifests/src/modules/platform/templates/sm-api.conf.erb +++ b/puppet-manifests/src/modules/platform/templates/sm-api.conf.erb @@ -3,7 +3,7 @@ # [DEFAULT] sm_api_port=<%= @port %> -sm_api_bind_ip=<%= @bind_host_name %> +sm_api_bind_ip=<%= @bind_ip %> api_public_url=<%= @public_url %> api_admin_url=<%= @admin_url %>