Merge "Fix missing spaces in error messages"
This commit is contained in:
commit
b585715ab7
@ -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'))
|
||||
]
|
||||
|
||||
|
@ -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.'))
|
||||
]
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user