Files
openstack-ansible-haproxy_s…/releasenotes/notes/backend_config_per_host-14cec3ec5f708934.yaml
Marc Gariepy 4513bc84ae Add ability to have different backend port.
Add the possibility to have multiple backend services running on
differents ports.

Change-Id: I1748bfc15bdf879f78aa06c385af7b6c45bde7ff
2023-07-13 13:18:19 -04:00

8 lines
299 B
YAML

---
features:
- HAProxy services that use backend nodes that are not
in the Ansible inventory can now have the ``backend_port``
specified in the list, along with ``name`` or ``ip_addr`` settings.
This allow to have the service bound to different port on different
backend servers.