This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.notifier.list_notifier Module

class nova.notifier.list_notifier.ImportFailureNotifier(exception)

Bases: object

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

notify(message)
nova.notifier.list_notifier.notify(message)

Passes notification to mulitple notifiers in a list.