Add missing ws separator between words

This is to add missing ws separator between words.

Change-Id: I311cabbbc8cf95dbceb7d194b6e742f2e1d91589
This commit is contained in:
zhufl
2018-11-21 11:14:25 +08:00
parent 4f99c6be22
commit 2cf1187aeb
11 changed files with 20 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
from oslo_config import cfg
watcher_applier = cfg.OptGroup(name='watcher_applier',
title='Options for the Applier messaging'
title='Options for the Applier messaging '
'core')
APPLIER_MANAGER_OPTS = [
@@ -30,7 +30,7 @@ APPLIER_MANAGER_OPTS = [
help='Number of workers for applier, default value is 1.'),
cfg.StrOpt('conductor_topic',
default='watcher.applier.control',
help='The topic name used for'
help='The topic name used for '
'control events, this topic '
'used for rpc call '),
cfg.StrOpt('publisher_id',