]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove extra space in help string
authorGauvain Pocentek <gauvain@pocentek.net>
Fri, 21 Mar 2014 14:23:49 +0000 (15:23 +0100)
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>
Sat, 22 Mar 2014 10:38:09 +0000 (11:38 +0100)
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

index d8c8b1cb75fd17f0c63644c946608ff9d64364bb..c9641d53cf5434436c4f164695aecbe213012b37 100644 (file)
@@ -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")),
 ]