Fix typo in policy rule description

Change-Id: Ic92234325ebabb17a2f205550a461891b646503a
(cherry picked from commit 43c95fec34)
This commit is contained in:
Pierre Riteau 2021-04-07 15:03:52 +02:00 committed by Jonathan Herlin
parent 04f4c78b45
commit 48c8a86bb6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ rating_policies = [
policy.DocumentedRuleDefault(
name='rating:list_modules',
check_str=base.ROLE_ADMIN,
description='Reture the list of loaded modules in Cloudkitty.',
description='Return the list of loaded modules in Cloudkitty.',
operations=[{'path': '/v1/rating/modules',
'method': 'LIST'}]),
policy.DocumentedRuleDefault(