Add the possibility to have multiple backend services running on differents ports. Change-Id: I1748bfc15bdf879f78aa06c385af7b6c45bde7ff
8 lines
299 B
YAML
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.
|