From 470f089a764185350b698725c6720e602c1eb804 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Fri, 21 Mar 2014 15:23:49 +0100 Subject: [PATCH] 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 --- neutron/plugins/ml2/drivers/mlnx/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")), ] -- 2.45.2