The heat.openstack.common.notifier.list_notifier Module

class heat.openstack.common.notifier.list_notifier.ImportFailureNotifier(exception)[source]

Bases: object

Noisily re-raises some exception over-and-over when notify is called.

notify(context, message)[source]
heat.openstack.common.notifier.list_notifier.add_driver(notification_driver)[source]

Add a notification driver at runtime.

heat.openstack.common.notifier.list_notifier.notify(context, message)[source]

Passes notification to multiple notifiers in a list.

heat.openstack.common.notifier.list_notifier.remove_driver(notification_driver)[source]

Remove a notification driver at runtime.

This Page