QUOTAS: add in missing space to help text

Commit 3c584084c3 added the text
and it was missing a space.

TrivialFix

Change-Id: Ibbc7b3c5b0d08f688d312a878d4dabbc175cb50a
This commit is contained in:
Gary Kotton 2016-04-18 02:18:26 -07:00
parent 0b56f8e90b
commit 215cf3cd8b
1 changed files with 1 additions and 1 deletions

View File

@ -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')),
]