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
9 lines
241 B
YAML
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.
|
|
|