changed interfcae name

This commit is contained in:
Edward Hope-Morley 2014-12-16 20:15:53 +00:00
parent 745256ab86
commit acb605e825
3 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ def keystone_joined(relid=None):
region=region)
@hooks.hook('identity-service-notifications-relation-changed')
@hooks.hook('identity-notifications-relation-changed')
def identity_service_notifications_changed():
"""Receive notifications from keystone."""
notifications = relation_get()

View File

@ -21,5 +21,5 @@ requires:
interface: rabbitmq
identity-service:
interface: keystone
identity-service-notifications:
identity-notifications:
interface: keystone-notifications