Add missing ws separator between words

This is to add missing ws separator between words.

Change-Id: I2355733fc45554b7c1f14df51b40dede811b5518
This commit is contained in:
zhufl 2019-04-02 14:00:25 +08:00
parent fb82777983
commit 1e8d5a7395
1 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@ cluster_def_opts = [
deprecated_group='bay'),
cfg.StrOpt('nodes_affinity_policy',
default='soft-anti-affinity',
help=_('Affinity policy for server group of cluster nodes.'
'Possible values include "affinity", "anti-affinity",'
help=_('Affinity policy for server group of cluster nodes. '
'Possible values include "affinity", "anti-affinity", '
'"soft-affinity" and "soft-anti-affinity".')
),
cfg.StrOpt('temp_cache_dir',
@ -44,7 +44,7 @@ cluster_def_opts = [
'cached TLS certs.'),
cfg.IntOpt('pre_delete_lb_timeout',
default=60,
help=_('The timeout in seconds to wait for the load balancers'
help=_('The timeout in seconds to wait for the load balancers '
'to be deleted.')),
]