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

@@ -29,7 +29,7 @@ CEILOMETER_CLIENT_OPTS = [
cfg.StrOpt('endpoint_type', cfg.StrOpt('endpoint_type',
default='internalURL', default='internalURL',
help='Type of endpoint to use in ceilometerclient. ' help='Type of endpoint to use in ceilometerclient. '
'Supported values: internalURL, publicURL, adminURL' 'Supported values: internalURL, publicURL, adminURL. '
'The default is internalURL.'), 'The default is internalURL.'),
cfg.StrOpt('region_name', cfg.StrOpt('region_name',
help='Region in Identity service catalog to use for ' help='Region in Identity service catalog to use for '

View File

@@ -28,7 +28,7 @@ CINDER_CLIENT_OPTS = [
cfg.StrOpt('endpoint_type', cfg.StrOpt('endpoint_type',
default='publicURL', default='publicURL',
help='Type of endpoint to use in cinderclient. ' help='Type of endpoint to use in cinderclient. '
'Supported values: internalURL, publicURL, adminURL' 'Supported values: internalURL, publicURL, adminURL. '
'The default is publicURL.'), 'The default is publicURL.'),
cfg.StrOpt('region_name', cfg.StrOpt('region_name',
help='Region in Identity service catalog to use for ' help='Region in Identity service catalog to use for '

View File

@@ -28,7 +28,7 @@ GLANCE_CLIENT_OPTS = [
cfg.StrOpt('endpoint_type', cfg.StrOpt('endpoint_type',
default='publicURL', default='publicURL',
help='Type of endpoint to use in glanceclient. ' help='Type of endpoint to use in glanceclient. '
'Supported values: internalURL, publicURL, adminURL' 'Supported values: internalURL, publicURL, adminURL. '
'The default is publicURL.'), 'The default is publicURL.'),
cfg.StrOpt('region_name', cfg.StrOpt('region_name',
help='Region in Identity service catalog to use for ' help='Region in Identity service catalog to use for '

View File

@@ -28,7 +28,7 @@ GNOCCHI_CLIENT_OPTS = [
cfg.StrOpt('endpoint_type', cfg.StrOpt('endpoint_type',
default='public', default='public',
help='Type of endpoint to use in gnocchi client. ' help='Type of endpoint to use in gnocchi client. '
'Supported values: internal, public, admin' 'Supported values: internal, public, admin. '
'The default is public.'), 'The default is public.'),
cfg.StrOpt('region_name', cfg.StrOpt('region_name',
help='Region in Identity service catalog to use for ' help='Region in Identity service catalog to use for '

View File

@@ -28,7 +28,7 @@ IRONIC_CLIENT_OPTS = [
cfg.StrOpt('endpoint_type', cfg.StrOpt('endpoint_type',
default='publicURL', default='publicURL',
help='Type of endpoint to use in ironicclient. ' help='Type of endpoint to use in ironicclient. '
'Supported values: internalURL, publicURL, adminURL' 'Supported values: internalURL, publicURL, adminURL. '
'The default is publicURL.'), 'The default is publicURL.'),
cfg.StrOpt('region_name', cfg.StrOpt('region_name',
help='Region in Identity service catalog to use for ' help='Region in Identity service catalog to use for '

View File

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

View File

@@ -28,7 +28,7 @@ NEUTRON_CLIENT_OPTS = [
cfg.StrOpt('endpoint_type', cfg.StrOpt('endpoint_type',
default='publicURL', default='publicURL',
help='Type of endpoint to use in neutronclient. ' help='Type of endpoint to use in neutronclient. '
'Supported values: internalURL, publicURL, adminURL' 'Supported values: internalURL, publicURL, adminURL. '
'The default is publicURL.'), 'The default is publicURL.'),
cfg.StrOpt('region_name', cfg.StrOpt('region_name',
help='Region in Identity service catalog to use for ' help='Region in Identity service catalog to use for '

View File

@@ -28,7 +28,7 @@ NOVA_CLIENT_OPTS = [
cfg.StrOpt('endpoint_type', cfg.StrOpt('endpoint_type',
default='publicURL', default='publicURL',
help='Type of endpoint to use in novaclient. ' help='Type of endpoint to use in novaclient. '
'Supported values: internalURL, publicURL, adminURL' 'Supported values: internalURL, publicURL, adminURL. '
'The default is publicURL.'), 'The default is publicURL.'),
cfg.StrOpt('region_name', cfg.StrOpt('region_name',
help='Region in Identity service catalog to use for ' help='Region in Identity service catalog to use for '