diff --git a/aodh/notifier/log.py b/aodh/notifier/log.py index fa6e20ee7..bfc215ddf 100644 --- a/aodh/notifier/log.py +++ b/aodh/notifier/log.py @@ -36,5 +36,5 @@ class LogAlarmNotifier(notifier.AlarmNotifier): 'severity': severity, 'previous': previous, 'current': current, - 'action': action, + 'action': action.geturl(), 'reason': reason}))