From 484a1df32d5854312ef31c5b488fc07fff8428c4 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Thu, 30 May 2013 08:32:42 +0400 Subject: Enable hacking H403 test H403 multi line docstring end on new line Change-Id: I33249651026b54ef346214965e909835288bb14e --- openstack/common/notifier/log_notifier.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openstack/common/notifier') diff --git a/openstack/common/notifier/log_notifier.py b/openstack/common/notifier/log_notifier.py index aa3bc0a..d3ef0ae 100644 --- a/openstack/common/notifier/log_notifier.py +++ b/openstack/common/notifier/log_notifier.py @@ -24,7 +24,9 @@ CONF = cfg.CONF def notify(_context, message): """Notifies the recipient of the desired event given the model. - Log notifications using openstack's default logging system""" + + Log notifications using openstack's default logging system. + """ priority = message.get('priority', CONF.default_notification_level) -- cgit