renamed interface

This commit is contained in:
Edward Hope-Morley 2014-12-16 20:15:03 +00:00
parent 4df01800b5
commit aee0d10430
2 changed files with 3 additions and 3 deletions

View File

@ -858,7 +858,7 @@ def setup_ipv6():
def send_identity_service_notifications(data, use_trigger=False):
"""Send notifications to all units listening on the
identity-service-notifications interface.
identity-notifications interface.
Units are expected to ignore notifications that they don't expect.
@ -880,7 +880,7 @@ def send_identity_service_notifications(data, use_trigger=False):
diff = False
# Get all settings previously sent
for rid in relation_ids('identity-service-notifications'):
for rid in relation_ids('identity-notifications'):
rel_ids.append(rid)
rs = relation_get(unit=local_unit(), rid=rid)
if rs:

View File

@ -9,7 +9,7 @@ categories: ["misc"]
provides:
identity-service:
interface: keystone
identity-service-notifications:
identity-notifications:
interface: keystone-notifications
identity-admin:
interface: keystone-admin