Skip to content
Snippets Groups Projects
Commit 419454c6 authored by bjolo's avatar bjolo
Browse files

missing space breaks haproxy from starting

TrivialFix

Change-Id: I11efb23a51d424710cdb3bab520b572486b16be6
parent b32d7ce8
No related branches found
No related tags found
No related merge requests found
...@@ -412,7 +412,7 @@ listen sahara_api ...@@ -412,7 +412,7 @@ listen sahara_api
listen sahara_api_external listen sahara_api_external
bind {{ kolla_external_vip_address }}:{{ sahara_api_port }} {{ tls_bind_info }} bind {{ kolla_external_vip_address }}:{{ sahara_api_port }} {{ tls_bind_info }}
{% for host in groups['sahara-api'] %} {% for host in groups['sahara-api'] %}
server {{ hostvars[host]['ansible_hostname'] }} {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ sahara_api_port }} check inter 2000rise 2 fall 5 server {{ hostvars[host]['ansible_hostname'] }} {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ sahara_api_port }} check inter 2000 rise 2 fall 5
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment