commit | ac984718ff61fc2d2e7a63844ac9d3b7c0dc8dd3 | [log] [tgz] |
---|---|---|
author | Dmitry Kalashnik <dkalashnik@mirantis.com> | Thu May 23 16:38:22 2019 +0400 |
committer | Dmitry Kalashnik <dkalashnik@mirantis.com> | Thu May 23 18:59:24 2019 +0400 |
tree | 791364b54f37efd75989e8f432010e148c236090 | |
parent | 9a9f382a09402533cf32f3ea90c0f769d885aa62 [diff] [blame] |
Use local elasticsearch instance as url instead of VIP Change-Id: I6584b9cfc5b3718f3879ecfe49cbfdbc222b8d1d Closes-bug: PROD-30529
diff --git a/tests/pillar/client.sls b/tests/pillar/client.sls index 216b590..8b8ef75 100644 --- a/tests/pillar/client.sls +++ b/tests/pillar/client.sls
@@ -5,3 +5,8 @@ server: host: elasticsearch.host port: 9200 + server: + enabled: false + bind: + address: 127.0.0.1 + port: 9200