diff --git a/oslo_messaging/notify/notifier.py b/oslo_messaging/notify/notifier.py index d52fde589..48aa37d86 100644 --- a/oslo_messaging/notify/notifier.py +++ b/oslo_messaging/notify/notifier.py @@ -30,8 +30,8 @@ _notifier_opts = [ cfg.MultiStrOpt('notification_driver', default=[], help='The Drivers(s) to handle sending notifications. ' - 'Possible values are messaging, messagingv2, routing,' - 'log, test, noop'), + 'Possible values are messaging, messagingv2, ' + 'routing, log, test, noop'), cfg.ListOpt('notification_topics', default=['notifications', ], deprecated_name='topics',