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:
Brant Knudson 2015-04-29 09:46:09 -05:00
parent 6a1d3542ea
commit 60624a62a4
1 changed files with 2 additions and 2 deletions

View File

@ -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',