The aodh.notifier.trust Module

Rest alarm notifier with trusted authentication.

class aodh.notifier.trust.TrustRestAlarmNotifier(conf)[source]

Bases: aodh.notifier.rest.RestAlarmNotifier

Notifier supporting keystone trust authentication.

This alarm notifier is intended to be used to call an endpoint using keystone authentication. It uses the aodh service user to authenticate using the trust ID provided.

The URL must be in the form trust+http://trust-id@host/action.

notify(action, alarm_id, alarm_name, severity, previous, current, reason, reason_data)[source]

Previous topic

The aodh.notifier.test Module

Next topic

The aodh.notifier.zaqar Module

Project Source

This Page