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:
parent
51816928ac
commit
a1c36b9bd4
@ -314,9 +314,11 @@ class Queue(ControllerBase):
|
|||||||
"""Base method for listing queues.
|
"""Base method for listing queues.
|
||||||
|
|
||||||
:param project: Project id
|
:param project: Project id
|
||||||
|
:param kfilter: The key-value of metadata which user want to filter
|
||||||
:param marker: The last queue name
|
:param marker: The last queue name
|
||||||
:param limit: (Default 10) Max number of queues to return
|
:param limit: (Default 10) Max number of queues to return
|
||||||
:param detailed: Whether metadata is included
|
:param detailed: Whether metadata is included
|
||||||
|
:param name: The queue name which user want to filter
|
||||||
|
|
||||||
:returns: An iterator giving a sequence of queues
|
:returns: An iterator giving a sequence of queues
|
||||||
and the marker of the next page.
|
and the marker of the next page.
|
||||||
|
Loading…
Reference in New Issue
Block a user