kolla-ansible/releasenotes/notes/bug-2081106-ef0df790780c612d.yaml
Michal Arbet 12eeccdd91 Fix IPv6 address format in ProxySQL configuration
This patch resolves an issue where ProxySQL could not
bind due to incorrectly formatted IPv6 addresses in the
`mysql_ifaces` configuration. The kolla's
`put_address_in_context` filter is now used, ensuring
the addresses are properly enclosed in square brackets
for correct binding.

Closes-Bug: #2081106
Change-Id: Ic166b8d9a500023c8d23ec9fee03b28b268b26e7
2024-09-20 18:51:19 +02:00

7 lines
188 B
YAML

---
fixes:
- |
Fix ProxySQL unable to bind due to incorrect format
of IPv6 addresses in the `mysql_ifaces` configuration.
`LP#2081106 <https://launchpad.net/bugs/2081106>`__