openstack-ansible/releasenotes/notes/default_backend_override-9840dc75ff9d1a9c.yaml
Dmitriy Rabotyagov 7437b7641b Bump SHAs for OpenStack-Ansible 27.0.0.rc1
Change-Id: I20a5049e14fae2da25a87a97efa58692e561b1be
2023-05-26 10:34:19 +02:00

11 lines
501 B
YAML

---
features:
- |
A new key ``haproxy_default_backend`` can be defined for each service
configured in the haproxy loadbalancer. Configuring this variable writes
a value for the ``default_backend`` directive into the config for the
service frontend. It can be useful to provide a specific default backend
as a fall-through option when other backends are selected using ACLs,
and to also allow the name of the default backend to be different from
``haproxy_service_name``.