From: Gauvain Pocentek Date: Fri, 21 Mar 2014 14:23:49 +0000 (+0100) Subject: Remove extra space in help string X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=470f089a764185350b698725c6720e602c1eb804;p=openstack-build%2Fneutron-build.git Remove extra space in help string Extra spaces make the openstack-manuals tests fail with a niceness error. This patch removes an extra space at the end of a help string. Change-Id: I29bab90ea5a6f648c4539c7cd20cd9b2b63055c2 --- diff --git a/neutron/plugins/ml2/drivers/mlnx/config.py b/neutron/plugins/ml2/drivers/mlnx/config.py index d8c8b1cb7..c9641d53c 100644 --- a/neutron/plugins/ml2/drivers/mlnx/config.py +++ b/neutron/plugins/ml2/drivers/mlnx/config.py @@ -25,7 +25,7 @@ eswitch_opts = [ "hostdev")), cfg.BoolOpt('apply_profile_patch', default=False, - help=_("Enable server compatibility with old nova ")), + help=_("Enable server compatibility with old nova")), ]