Update the method's parameters

This is the following patch to query filter.
Update the new parameters to list method.

Change-Id: I793fedf51c85f9252545ca6e226b70be65dadba0
This commit is contained in:
wanghao 2018-06-20 14:04:33 +08:00
parent 51816928ac
commit a1c36b9bd4
1 changed files with 2 additions and 0 deletions

View File

@ -314,9 +314,11 @@ class Queue(ControllerBase):
"""Base method for listing queues.
:param project: Project id
:param kfilter: The key-value of metadata which user want to filter
:param marker: The last queue name
:param limit: (Default 10) Max number of queues to return
:param detailed: Whether metadata is included
:param name: The queue name which user want to filter
:returns: An iterator giving a sequence of queues
and the marker of the next page.