kolla-ansible/releasenotes/notes/zookeeper-cfg-syntax-02e93c01d6a24f35.yaml
Pierre Riteau c5f41a19a7 Remove whitespace around equal signs in zookeeper.cfg
The merge_configs action plugin is updated with an option to control
whether whitespace should be used around equal signs. The default
remains to use whitespace: only zookeeper.cfg doesn't use them.

This is to avoid issues with the zkCleanup.sh script which expects no
whitespace. The ZooKeeper documentation also uses no whitespace in
configuration file examples.

Change-Id: Ia082a1c002cc4e8b04f7696fdee827b747c6d13f
Closes-Bug: #1917490
(cherry picked from commit 2b723ead05)
2021-03-08 11:17:05 +00:00

6 lines
158 B
YAML

---
fixes:
- |
Removes whitespace around equal signs in ``zookeeper.cfg`` which were
preventing the ``zkCleanup.sh`` script from running correctly.