From 19532e3bebf499c9487cbe530dc8a4f344aa5017 Mon Sep 17 00:00:00 2001 From: jiaxi Date: Sun, 2 Aug 2015 03:54:25 -0400 Subject: [PATCH] Improve comments in notification.py Change-Id: I91997b39b0249b4bc0678ccc66519a3baef05cdf --- ceilometer/notification.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ceilometer/notification.py b/ceilometer/notification.py index 8096f6d6..66654362 100644 --- a/ceilometer/notification.py +++ b/ceilometer/notification.py @@ -143,12 +143,11 @@ class NotificationService(service_base.BaseService): self.partition_coordinator.start() self.partition_coordinator.join_group(self.group_id) else: - # FIXME(sileht): endpoint use notification_topics option - # and it should not because this is oslo_messaging option - # not a ceilometer, until we have a something to get - # the notification_topics in an other way - # we must create a transport to ensure the option have - # beeen registered by oslo_messaging + # FIXME(sileht): endpoint uses the notification_topics option + # and it should not because this is an oslo_messaging option + # not a ceilometer. Until we have something to get the + # notification_topics in another way, we must create a transport + # to ensure the option has been registered by oslo_messaging. messaging.get_notifier(self.transport, '') self.group_id = None