Merge lp:~psivaa/core-image-watcher/correct-output-queue into lp:core-image-watcher/vivid-edge-core-image-watcher

Proposed by Para Siva
Status: Merged
Approved by: Para Siva
Approved revision: 18
Merged at revision: 18
Proposed branch: lp:~psivaa/core-image-watcher/correct-output-queue
Merge into: lp:core-image-watcher/vivid-edge-core-image-watcher
Diff against target: 11 lines (+1/-1)
1 file modified
core_image_watcher/constants.py (+1/-1)
To merge this branch: bzr merge lp:~psivaa/core-image-watcher/correct-output-queue
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+261070@code.launchpad.net

Commit message

The output queue is core.image.v1 not with (-)

Description of the change

The output queue is core.image.v1 not with (-)

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'core_image_watcher/constants.py'
2--- core_image_watcher/constants.py 2015-06-02 16:49:42 +0000
3+++ core_image_watcher/constants.py 2015-06-04 11:15:41 +0000
4@@ -23,7 +23,7 @@
5
6 SERVICE_NAME = "15.04-edge-core-image-watcher"
7
8-OUTPUT_QUEUE = 'core-image-v1'
9+OUTPUT_QUEUE = 'core.image.v1'
10
11 RELEASE = "15.04"
12

Subscribers

People subscribed via source and target branches