Fix zookeeper config in test fixture

This fixture was not using the zk test chroot.  Correct
that.

Change-Id: I0a09f88bcb72bb7cb1c8f0af43357efda4896e26
This commit is contained in:
James E. Blair 2016-12-06 10:09:58 -08:00
parent 5f29ab1e36
commit 6dcb96310f

View File

@ -13,7 +13,9 @@ gearman-servers:
port: {gearman_port}
zookeeper-servers:
- host: localhost
- host: {zookeeper_host}
port: {zookeeper_port}
chroot: {zookeeper_chroot}
labels:
- name: fake-label1