diff --git a/hooks/hooks.py b/hooks/hooks.py index 1055f6c..fb749e8 100755 --- a/hooks/hooks.py +++ b/hooks/hooks.py @@ -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, }