Fix docstring

The params in this docstring were missing the "param" part.

Change-Id: I64b406f061143c5b3af35d4d542d82d0621cec5f
This commit is contained in:
Brant Knudson 2016-01-19 16:50:42 -06:00
parent cf03c0d1b1
commit ce37670e28

View File

@ -269,10 +269,10 @@ class V3TokenDataHelper(object):
place.
:param token_data: a dictionary used for building token response
:group_ids: list of group IDs a user is a member of
:project_id: project ID to scope to
:domain_id: domain ID to scope to
:user_id: user ID
:param group_ids: list of group IDs a user is a member of
:param project_id: project ID to scope to
:param domain_id: domain ID to scope to
:param user_id: user ID
:raises keystone.exception.Unauthorized: when no roles were found for a
(group_ids, project_id) or (group_ids, domain_id) pairs.