Skip to content
Snippets Groups Projects
Commit 3eec4b41 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "loadbalancer: support cpu-map for threads"

parents 4cd8b77f 789ac738
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@ global
cpu-map {{ cpu_idx + 1 }} {{ cpu_idx }}
{% endfor %}
{% endif %}
{% if (haproxy_threads | int > 1) and (haproxy_process_cpu_map | bool) %}
cpu-map auto:1/all 0-63
{% endif %}
stats socket /var/lib/kolla/haproxy/haproxy.sock group kolla mode 660{% if haproxy_socket_level_admin | bool %} level admin{% endif %}
{% if kolla_enable_tls_external | bool or kolla_enable_tls_internal | bool %}
......
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