~ubuntu-branches/ubuntu/vivid/ceilometer/vivid

« back to all changes in this revision

Viewing changes to ceilometer/profiler/notifications.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-04-15 13:51:39 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20150415135139-wu1mlm9g91iibcu5
Tags: 2015.1~rc1-0ubuntu1
* New upstream milestone release:
  - d/control: Align with upstream dependencies.
  - d/p/disable-kafka.patch: Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                    'ceilometer.identity.notifications')
36
36
 
37
37
 
38
 
class ProfilerNotifications(plugin_base.NotificationBase):
 
38
class ProfilerNotifications(plugin_base.NotificationBase,
 
39
                            plugin_base.NonMetricNotificationBase):
39
40
 
40
41
    event_types = ["profiler.*"]
41
42