Merge "Fix missing spaces in error messages"

This commit is contained in:
Jenkins 2015-01-20 00:49:20 +00:00 committed by Gerrit Code Review
commit b585715ab7
3 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ SWITCH_OPTS = [cfg.StrOpt('address', default='',
]
PHYSICAL_INTERFACE_OPTS = [cfg.StrOpt('physical_interface', default='eth0',
help=_('The network interface to use when creating'
help=_('The network interface to use when creating '
'a port'))
]

View File

@ -28,7 +28,7 @@ midonet_opts = [
help=_('MidoNet admin password.')),
cfg.StrOpt('project_id',
default='77777777-7777-7777-7777-777777777777',
help=_('ID of the project that MidoNet admin user'
help=_('ID of the project that MidoNet admin user '
'belongs to.'))
]

View File

@ -40,7 +40,7 @@ quota_opts = [
'A negative value means unlimited.')),
cfg.IntOpt('quota_network',
default=10,
help=_('Number of networks allowed per tenant.'
help=_('Number of networks allowed per tenant. '
'A negative value means unlimited.')),
cfg.IntOpt('quota_subnet',
default=10,