From 73d4f0cc468d4ceb39ae2af53f80fc4af3a9a6d0 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Tue, 3 Sep 2019 10:13:30 -0400 Subject: [PATCH] Fix some double spaces Noticed a log message had two spaces, fixed some config help messages that grep found too. Trivialfix Change-Id: I8f5ee2eb31414acbee25d5743624895b98258f67 --- neutron/conf/plugins/ml2/drivers/openvswitch/mech_ovs_conf.py | 2 +- neutron/conf/plugins/ml2/drivers/ovs_conf.py | 2 +- neutron/db/l3_db.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/neutron/conf/plugins/ml2/drivers/openvswitch/mech_ovs_conf.py b/neutron/conf/plugins/ml2/drivers/openvswitch/mech_ovs_conf.py index 5e34ff2c47a..db2571e2e7f 100644 --- a/neutron/conf/plugins/ml2/drivers/openvswitch/mech_ovs_conf.py +++ b/neutron/conf/plugins/ml2/drivers/openvswitch/mech_ovs_conf.py @@ -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.")), ] diff --git a/neutron/conf/plugins/ml2/drivers/ovs_conf.py b/neutron/conf/plugins/ml2/drivers/ovs_conf.py index 113130d669f..79f7dd46a2b 100644 --- a/neutron/conf/plugins/ml2/drivers/ovs_conf.py +++ b/neutron/conf/plugins/ml2/drivers/ovs_conf.py @@ -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, diff --git a/neutron/db/l3_db.py b/neutron/db/l3_db.py index 399a89207d9..384b1e519e3 100644 --- a/neutron/db/l3_db.py +++ b/neutron/db/l3_db.py @@ -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