Change-Id: If29a7ebe0b3ad44b728e17ce0c8ceb271a08f684
Closes-bug:
1411441
]
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'))
]
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.'))
]
'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,