From 3d638eb548f03769b4e97878fa3508b1c48fe2fa Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 25 Jun 2017 10:15:25 -0400 Subject: [PATCH] Add query for novaclient functiol over quota bug 1700364 516 hits in 7 days, check and gate, all failures. It's a high hit rate because when it fails it's all tests with the same error after that. Looks like this started around 6/24. Change-Id: I4e213e0352b67be2547cb44b57228fb23e4ea704 Related-Bug: #1700364 --- queries/1700364.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1700364.yaml diff --git a/queries/1700364.yaml b/queries/1700364.yaml new file mode 100644 index 00000000..8d317e8f --- /dev/null +++ b/queries/1700364.yaml @@ -0,0 +1,4 @@ +query: > + message:"novaclient.exceptions.Forbidden: Quota exceeded for instances: Requested 1, but already used 10 of 10 instances (HTTP 403)" AND + tags:"console" AND + project:"openstack/python-novaclient"