From 215cf3cd8bef9e6c80740ac6a2b9ba7af81468a8 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Mon, 18 Apr 2016 02:18:26 -0700 Subject: [PATCH] QUOTAS: add in missing space to help text Commit 3c584084c3c79489a7c81b323df5a15b44011e9f added the text and it was missing a space. TrivialFix Change-Id: Ibbc7b3c5b0d08f688d312a878d4dabbc175cb50a --- neutron/quota/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/quota/__init__.py b/neutron/quota/__init__.py index ce61682dc41..5f72c3cb013 100644 --- a/neutron/quota/__init__.py +++ b/neutron/quota/__init__.py @@ -64,7 +64,7 @@ quota_opts = [ help=_('Default driver to use for quota checks')), cfg.BoolOpt('track_quota_usage', default=True, - help=_('Keep in track in the database of current resource' + help=_('Keep in track in the database of current resource ' 'quota usage. Plugins which do not leverage the ' 'neutron database should set this flag to False')), ]