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

@@ -27,8 +27,8 @@ MONASCA_CLIENT_OPTS = [
help='Version of Monasca API to use in monascaclient.'),
cfg.StrOpt('interface',
default='internal',
help='Type of interface used for monasca endpoint.'
'Supported values: internal, public, admin'
help='Type of interface used for monasca endpoint. '
'Supported values: internal, public, admin. '
'The default is internal.'),
cfg.StrOpt('region_name',
help='Region in Identity service catalog to use for '