Merge lp:~ahasenack/charms/precise/landscape-client/fix-registration-relation into lp:charms/landscape-client

Proposed by Andreas Hasenack
Status: Merged
Merged at revision: 34
Proposed branch: lp:~ahasenack/charms/precise/landscape-client/fix-registration-relation
Merge into: lp:charms/landscape-client
Diff against target: 12 lines (+1/-1)
1 file modified
hooks/hooks.py (+1/-1)
To merge this branch: bzr merge lp:~ahasenack/charms/precise/landscape-client/fix-registration-relation
Reviewer Review Type Date Requested Status
Geoff Teale (community) Approve
Jerry Seutter (community) Approve
Review via email: mp+197116@code.launchpad.net

Description of the change

Fix call to config_changed() in the registration relation.

To post a comment you must log in.
Revision history for this message
Jerry Seutter (jseutter) wrote :

+1, thanks for fixing this!

review: Approve
Revision history for this message
Andreas Hasenack (ahasenack) wrote :
Revision history for this message
Geoff Teale (tealeg) wrote :

+1 Approve.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/hooks.py'
2--- hooks/hooks.py 2013-11-19 14:43:26 +0000
3+++ hooks/hooks.py 2013-11-28 20:44:43 +0000
4@@ -27,7 +27,7 @@
5 _write_certificate(data["ssl-public-key"], cert_file)
6 data["ssl-public-key"] = cert_file
7 if "ping-url" in data:
8- config_changed(relation_data=data)
9+ config_changed(juju_broker, landscape_broker, relation_data=data)
10
11
12 def config_changed(juju_broker, landscape_broker, relation_data={}):

Subscribers

People subscribed via source and target branches