Merge "Add missing "." to help strings"
This commit is contained in:
commit
3547e2986a
@ -384,15 +384,15 @@
|
||||
# Options defined in heat.engine.notification
|
||||
#
|
||||
|
||||
# Default notification level for outgoing notifications
|
||||
# Default notification level for outgoing notifications.
|
||||
# (string value)
|
||||
#default_notification_level=INFO
|
||||
|
||||
# Default publisher_id for outgoing notifications (string
|
||||
# Default publisher_id for outgoing notifications. (string
|
||||
# value)
|
||||
#default_publisher_id=<None>
|
||||
|
||||
# List of drivers to send notifications (DEPRECATED) (multi
|
||||
# List of drivers to send notifications (DEPRECATED). (multi
|
||||
# valued)
|
||||
#list_notifier_drivers=<None>
|
||||
|
||||
|
@ -24,11 +24,11 @@ ERROR = 'ERROR'
|
||||
notifier_opts = [
|
||||
cfg.StrOpt('default_notification_level',
|
||||
default=INFO,
|
||||
help='Default notification level for outgoing notifications'),
|
||||
help='Default notification level for outgoing notifications.'),
|
||||
cfg.StrOpt('default_publisher_id',
|
||||
help='Default publisher_id for outgoing notifications'),
|
||||
help='Default publisher_id for outgoing notifications.'),
|
||||
cfg.MultiStrOpt('list_notifier_drivers',
|
||||
help='List of drivers to send notifications (DEPRECATED)')
|
||||
help='List of drivers to send notifications (DEPRECATED).')
|
||||
]
|
||||
CONF = cfg.CONF
|
||||
CONF.register_opts(notifier_opts)
|
||||
|
Loading…
Reference in New Issue
Block a user