Merge "[Trivial]Add missing ws between words"

This commit is contained in:
Zuul 2019-10-23 05:33:18 +00:00 committed by Gerrit Code Review
commit 19789839f6
1 changed files with 1 additions and 1 deletions

View File

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