From f2dd398a1bef5e57df25b31373db8bf26ffd9d0d Mon Sep 17 00:00:00 2001 From: wanghao Date: Wed, 18 Mar 2020 14:20:21 +0800 Subject: [PATCH] Fix bug 1863560 Closes-Bug: #1863560 Change-Id: Ic5b9cd9a2795c9c915cfc0554880718e2733fed1 --- zaqar_tempest_plugin/api_schema/response/v2/queues.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zaqar_tempest_plugin/api_schema/response/v2/queues.py b/zaqar_tempest_plugin/api_schema/response/v2/queues.py index c3abcd4..cbaede1 100644 --- a/zaqar_tempest_plugin/api_schema/response/v2/queues.py +++ b/zaqar_tempest_plugin/api_schema/response/v2/queues.py @@ -52,6 +52,9 @@ list_queues = { 'queues': { 'type': 'array', 'items': list_queue + }, + 'count': { + 'type': 'number' } }, 'required': ['links', 'queues']