Merge lp:~cprov/core-image-tester/fix-logstash into lp:core-image-tester

Proposed by Celso Providelo
Status: Merged
Approved by: Celso Providelo
Approved revision: 36
Merged at revision: 36
Proposed branch: lp:~cprov/core-image-tester/fix-logstash
Merge into: lp:core-image-tester
Diff against target: 11 lines (+1/-1)
1 file modified
core_image_tester/constants.py (+1/-1)
To merge this branch: bzr merge lp:~cprov/core-image-tester/fix-logstash
Reviewer Review Type Date Requested Status
Para Siva (community) Approve
Review via email: mp+260233@code.launchpad.net

Commit message

Fix logstash 'solution' name to match the other services in the 'core-image-testing' solution.

Description of the change

Fix logstash 'solution' name to match the other services in the 'core-image-testing' solution.

http://kibana.ci-eng.staging.ubuntu.com/#/dashboard/elasticsearch/Core%20Image%20Testing%20Logs has no mention to core-image-tester messages due to this mismatch value.

To post a comment you must log in.
Revision history for this message
Para Siva (psivaa) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'core_image_tester/constants.py'
2--- core_image_tester/constants.py 2015-05-21 21:41:49 +0000
3+++ core_image_tester/constants.py 2015-05-27 02:54:23 +0000
4@@ -36,7 +36,7 @@
5
6 RETRY_COUNT = 3
7
8-SOLUTION_NAME = "snappy-image-tests"
9+SOLUTION_NAME = "core-image-testing"
10
11 SERVICE_NAME = "core-image-tester"
12

Subscribers

People subscribed via source and target branches