From acb605e82541aa545f16de99840c4a295736b16e Mon Sep 17 00:00:00 2001 From: Edward Hope-Morley Date: Tue, 16 Dec 2014 20:15:53 +0000 Subject: [PATCH] changed interfcae name --- hooks/ceilometer_hooks.py | 2 +- ...relation-changed => identity-notifications-relation-changed} | 0 metadata.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename hooks/{identity-service-notifications-relation-changed => identity-notifications-relation-changed} (100%) 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