Fix some double spaces

Noticed a log message had two spaces, fixed some config
help messages that grep found too.

Trivialfix

Change-Id: I8f5ee2eb31414acbee25d5743624895b98258f67
This commit is contained in:
Brian Haley 2019-09-03 10:13:30 -04:00
parent 78aae12a88
commit 73d4f0cc46
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ ovs_driver_opts = [
"Note that direct is supported only from kernel 4.8, "
"and from ovs 2.8.0. Bind DIRECT (SR-IOV) port allows "
"to offload the OVS flows using tc to the SR-IOV NIC. "
"This allows to support hardware offload via tc and "
"This allows to support hardware offload via tc and "
"that allows us to manage the VF by OpenFlow control "
"plane using representor net-device.")),
]

View File

@ -153,7 +153,7 @@ agent_opts = [
help=_("Reset flow table on start. Setting this to True will "
"cause brief traffic interruption.")),
cfg.BoolOpt('tunnel_csum', default=False,
help=_("Set or un-set the tunnel header checksum on "
help=_("Set or un-set the tunnel header checksum on "
"outgoing IP packet carrying GRE/VXLAN tunnel.")),
cfg.StrOpt('agent_type', default=n_const.AGENT_TYPE_OVS,
deprecated_for_removal=True,

View File

@ -1561,7 +1561,7 @@ class L3_NAT_dbonly_mixin(l3.RouterPluginBase,
return
elif not self._router_exists(context, port['device_id']):
LOG.debug("Router %(router_id)s corresponding to port "
"%(port_id)s no longer exists, allowing deletion.",
"%(port_id)s no longer exists, allowing deletion.",
{'router_id': port['device_id'],
'port_id': port['id']})
return