]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix missing spaces in error messages
authorBradley Jones <jones.bradley@me.com>
Thu, 15 Jan 2015 15:25:56 +0000 (07:25 -0800)
committerBradley Jones <jones.bradley@me.com>
Thu, 15 Jan 2015 15:25:56 +0000 (07:25 -0800)
Change-Id: If29a7ebe0b3ad44b728e17ce0c8ceb271a08f684
Closes-bug: 1411441

neutron/plugins/brocade/NeutronPlugin.py
neutron/plugins/midonet/plugin.py
neutron/quota.py

index de19083f247d76a0112130a0b2a51cc7585f8a0e..8c1dc2b6a80e7835e6c15d24e2ad9f5a15380401 100644 (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'))
                            ]
 
index 0082ecd32e943e45f96321d32c4a9ab3149c0904..67d46d01924dc38a8cf2f30a73860e0c7d2b8589 100644 (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.'))
 ]
 
index 8e38235f385c7b6ed1e9b7aeb8917d175819a579..e2187ad19e60d74eb7358fcb9f1b512d3eba05af 100644 (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,