Send flag in legacy request to show that unit specific reply is expected

This commit is contained in:
Liam Young
2015-08-24 07:16:52 +00:00
parent cc348a629a
commit ffc04ccb71

View File

@@ -322,6 +322,7 @@ def client_relation_changed():
unit_id = remote_unit().replace('/', '-')
unit_response_key = 'broker_rsp_' + unit_id
data = {
'unit_targeted_reponses': True,
'broker_rsp': rsp,
unit_response_key: rsp,
}