nodepool/releasenotes/notes/zk-ipv6-literal-157af417eef9dc6a.yaml
Ian Wienand ae784c57a2 Handle ipv6 literal zookeeper addresses
If you use a ipv6 literal as the host: parameter in zookeeper-services
section, it gets incorretly concatentated with the port when building
the host list.  Detect ipv6 literals and quote them with rfc2732 []'s
when building the host string.

Change-Id: I49a749142e8031be37a08960bf645faca4e97149
2020-05-04 06:52:07 -07:00

6 lines
102 B
YAML

---
fixes:
- |
Zookeeper hosts specified as IPv6 literals will now be configured
correctly.