Add missing ws separator between words

This is to add missing ws separator between words.

Change-Id: I2973c65fff8df018122e7489970f0be2dd16a3bd
This commit is contained in:
zhufl 2019-06-12 11:37:25 +08:00
parent c6426b3fec
commit 16a0572134

@ -199,7 +199,7 @@ ironic_opts = [
help=_("Send notification events to ironic. (For example on "
"relevant port status changes.)")),
cfg.StrOpt('region_name',
help=_('Name of region used to get Ironic endpoints. Useful if'
help=_('Name of region used to get Ironic endpoints. Useful if '
'keystone manages more than one region.')),
cfg.StrOpt('endpoint_type',
default='public',