Do not hardcode zookeeper host to localhost

When NODEPOOL_ZK_HOST is used to override the zookeeper host/port,
hardcoding localhost here breaks the test_nodepool_occ_config_reload testcase.

Change-Id: I4871b3e38b66f4912460bc3a80a6b63a7e77eb94
This commit is contained in:
Arun S A G 2018-04-16 14:11:11 -07:00
parent f7d357ecf8
commit 16e38a7c8d
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ images-dir: '{images_dir}'
build-log-dir: '{build_log_dir}'
zookeeper-servers:
- host: localhost
- host: {zookeeper_host}
port: {zookeeper_port}
chroot: {zookeeper_chroot}
labels:
- name: fake-label