Document that every single zookeeper host:port MUST be quoted

otherwise yaml library can not parse the list.
And make visible yaml exception when trying to parse this list.
This commit is contained in:
Alexander Kukushkin
2016-06-29 14:25:50 +02:00
parent 0c6a1307da
commit ae88e7c96e
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -55,4 +55,4 @@ REST API
ZooKeeper
---------
- **PATRONI\_ZOOKEEPER\_HOSTS**: comma separated list of ZooKeeper cluster members: 'host1:port1,host2:port2,etc...'
- **PATRONI\_ZOOKEEPER\_HOSTS**: comma separated list of ZooKeeper cluster members: "'host1:port1','host2:port2','etc...'". It is important to quote every single entity!