From a1c36b9bd4105d21f9a91cb9034897536f9a4dd0 Mon Sep 17 00:00:00 2001 From: wanghao Date: Wed, 20 Jun 2018 14:04:33 +0800 Subject: [PATCH] Update the method's parameters This is the following patch to query filter. Update the new parameters to list method. Change-Id: I793fedf51c85f9252545ca6e226b70be65dadba0 --- zaqar/storage/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zaqar/storage/base.py b/zaqar/storage/base.py index e8b6970e9..cc4ac8513 100644 --- a/zaqar/storage/base.py +++ b/zaqar/storage/base.py @@ -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.