From 6b74d687a491be679e3326df1c1ee27c65258129 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 8 Apr 2016 14:49:31 -0400 Subject: [PATCH] Update subunit2sql conf path The puppet-subunit2sql module updated where it puts config file to be in /etc/subunit2sql instead of /etc/logstash. But we missed updating the worker yaml config file. This patch corrects the oversight. Change-Id: Ibb4d2eee7deb7876fc17c49dade8d4ae1236ca3e --- .../files/logstash/jenkins-subunit-worker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/logstash/jenkins-subunit-worker.yaml b/modules/openstack_project/files/logstash/jenkins-subunit-worker.yaml index 4f1f67ff2b..76bdf4ab86 100644 --- a/modules/openstack_project/files/logstash/jenkins-subunit-worker.yaml +++ b/modules/openstack_project/files/logstash/jenkins-subunit-worker.yaml @@ -1,3 +1,3 @@ gearman-host: logstash.openstack.org gearman-port: 4730 -config: /etc/logstash/subunit2sql.conf +config: /etc/subunit2sql/subunit2sql.conf