diff --git a/neutron/plugins/ml2/drivers/mlnx/config.py b/neutron/plugins/ml2/drivers/mlnx/config.py index d8c8b1cb75..c9641d53cf 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")), ]