[Trivial]Add missing ws between words

This is to add missing ws between words in help messages.

Change-Id: Iedb0e9f5414a9fd82e189c71e565ac0771a1482d
This commit is contained in:
zhufl 2019-10-22 11:51:43 +08:00
parent ae9895adcc
commit 28694f0233

@ -591,7 +591,7 @@ cinder_opts = [
cfg.StrOpt('volume_type', default=None,
help=_('Type of volume for Amphorae volume root disk')),
cfg.IntOpt('volume_create_retry_interval', default=5,
help=_('Interval time to wait volume is created in available'
help=_('Interval time to wait volume is created in available '
'state')),
cfg.IntOpt('volume_create_timeout', default=300,
help=_('Timeout to wait for volume creation success')),