Merge lp:~cjohnston/ubuntu-ci-services-itself/tr-deployer into lp:ubuntu-ci-services-itself

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 162
Merged at revision: 162
Proposed branch: lp:~cjohnston/ubuntu-ci-services-itself/tr-deployer
Merge into: lp:ubuntu-ci-services-itself
Diff against target: 9 lines (+1/-1)
1 file modified
juju-deployer/test-runner.yaml (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/ubuntu-ci-services-itself/tr-deployer
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
Review via email: mp+203688@code.launchpad.net

Commit message

Fix test runner deployer

Description of the change

Fix test runner relation syntax

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'juju-deployer/test-runner.yaml'
2--- juju-deployer/test-runner.yaml 2014-01-21 18:23:21 +0000
3+++ juju-deployer/test-runner.yaml 2014-01-29 09:48:44 +0000
4@@ -37,4 +37,4 @@
5 # even if there is a single one
6 - ["tr-gunicorn:wsgi-file", "tr-restish:wsgi"]
7 - ["tr-rabbit-worker:amqp", "tr-rabbit:amqp"]
8- - "tr-restish:amqp", ["tr-rabbit:amqp"]
9+ - ["tr-restish:amqp", "tr-rabbit:amqp"]

Subscribers

People subscribed via source and target branches