7437b7641b
Change-Id: I20a5049e14fae2da25a87a97efa58692e561b1be
11 lines
501 B
YAML
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``.
|