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
=== modified file 'hooks/hooks.py'
--- hooks/hooks.py 2013-11-19 14:43:26 +0000
+++ hooks/hooks.py 2013-11-28 20:44:43 +0000
@@ -27,7 +27,7 @@
27 _write_certificate(data["ssl-public-key"], cert_file)27 _write_certificate(data["ssl-public-key"], cert_file)
28 data["ssl-public-key"] = cert_file28 data["ssl-public-key"] = cert_file
29 if "ping-url" in data:29 if "ping-url" in data:
30 config_changed(relation_data=data)30 config_changed(juju_broker, landscape_broker, relation_data=data)
3131
3232
33def config_changed(juju_broker, landscape_broker, relation_data={}):33def config_changed(juju_broker, landscape_broker, relation_data={}):

Subscribers

People subscribed via source and target branches