diff --git a/hooks/ceilometer_hooks.py b/hooks/ceilometer_hooks.py index 31737ad..d7f3f55 100755 --- a/hooks/ceilometer_hooks.py +++ b/hooks/ceilometer_hooks.py @@ -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() diff --git a/hooks/identity-service-notifications-relation-changed b/hooks/identity-notifications-relation-changed similarity index 100% rename from hooks/identity-service-notifications-relation-changed rename to hooks/identity-notifications-relation-changed diff --git a/metadata.yaml b/metadata.yaml index 2221730..c7824f6 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -21,5 +21,5 @@ requires: interface: rabbitmq identity-service: interface: keystone - identity-service-notifications: + identity-notifications: interface: keystone-notifications