openstack-ansible-haproxy_s.../releasenotes/notes/rename_haproxy_vip_binds-dda8197aaf607b53.yaml
Dmitriy Rabotyagov 7e4ecd10b3 Rename haproxy_tls_vip_binds to haproxy_vip_binds
Effectively haproxy_tls_vip_binds was influencing not only TLS-related
binds but also non-TLS ones. It's naming was picked in a misleading way
from start, as a lot of logic for the variable was around TLS
implementation. Though it has a global effect and this should be
reflected in it's name.

Change-Id: I2f28d0ab033eff96cc2bc09db917bedb387013e8
2024-11-10 17:18:04 +01:00

8 lines
266 B
YAML

---
deprecations:
- |
Variable ``haproxy_tls_vip_binds`` has been renamed to
``haproxy_vip_binds`` to better reflect variable purpose.
Old variable name is still respected but it's usage is
descouraged and old naming will be removed in the future.