Merge "Avoid using hostname in haproxy conf"

This commit is contained in:
Zuul 2018-08-14 15:40:03 +00:00 committed by Gerrit Code Review
commit 52f268750b

View File

@ -3,7 +3,7 @@
# #
[DEFAULT] [DEFAULT]
sm_api_port=<%= @port %> sm_api_port=<%= @port %>
sm_api_bind_ip=<%= @bind_host_name %> sm_api_bind_ip=<%= @bind_ip %>
api_public_url=<%= @public_url %> api_public_url=<%= @public_url %>
api_admin_url=<%= @admin_url %> api_admin_url=<%= @admin_url %>