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',
|
||||
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',
|
||||
|
Loading…
Reference in New Issue
Block a user