Files
openstack-ansible-haproxy_s…/releasenotes/notes/separated-haproxy-config-b38d200ee0baaeac.yaml
Damian Dabrowski a5f285c51e Simplify haproxy_service_configs structure
For historical reasons the ``haproxy_service_configs`` variable was
a list of nested mappings with only single valid key for the top
level mapping.

There have been no use-cases for extra keys, so this patch simplifies
the code by removing one level of nesting.

Change-Id: I50c17b7020a459ab8a88b004cc8828cac857f1c9
2023-03-16 14:19:22 +01:00

9 lines
241 B
YAML

---
deprecations:
- |
``haproxy_service_configs`` format was simplified.
Now it's just a list of dicts. Usage of ``service`` key
in ``haproxy_service_configs`` elements is deprecated and will be
removed in 2023.2 release.