Fix missing space in help text
The help text for the notification_driver option was missing a space. Change-Id: I7ccad49c308b04d8fd8e45cb2b0b937f2ca8b189
This commit is contained in:
parent
6a1d3542ea
commit
60624a62a4
@ -30,8 +30,8 @@ _notifier_opts = [
|
|||||||
cfg.MultiStrOpt('notification_driver',
|
cfg.MultiStrOpt('notification_driver',
|
||||||
default=[],
|
default=[],
|
||||||
help='The Drivers(s) to handle sending notifications. '
|
help='The Drivers(s) to handle sending notifications. '
|
||||||
'Possible values are messaging, messagingv2, routing,'
|
'Possible values are messaging, messagingv2, '
|
||||||
'log, test, noop'),
|
'routing, log, test, noop'),
|
||||||
cfg.ListOpt('notification_topics',
|
cfg.ListOpt('notification_topics',
|
||||||
default=['notifications', ],
|
default=['notifications', ],
|
||||||
deprecated_name='topics',
|
deprecated_name='topics',
|
||||||
|
Loading…
Reference in New Issue
Block a user