kolla-ansible/releasenotes/notes/haproxy-drop-processes-f6951f7b995e0694.yaml
Michal Nasiadka 30fce65b2a glance/neutron: drop nbproc and add nbthread support
Change-Id: I42f9f182a2dab8563008e8b817ac58a69b72b062
2023-08-18 12:21:41 +00:00

12 lines
581 B
YAML

---
upgrade:
- |
Configuring HAProxy nbproc setting via ``haproxy_processes`` and
``haproxy_process_cpu_map`` variables has been dropped since
threads are the recommended way to scale CPU performance since 1.8.
This covers ``haproxy``, ``glance-tls-proxy`` and ``neutron-tls-proxy``.
Please use ``haproxy_threads`` and ``haproxy_thread_cpu_map`` instead
(or ``glance_tls_proxy_threads`` and ``glance_tls_proxy_thread_cpu_map``
for Glance TLS proxy and ``neutron_tls_proxy_threads`` and
``neutron_tls_proxy_thread_cpu_map`` for Neutron TLS proxy).