From b1d3e7f2fc86645df601845cccd3a3a41cda6704 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 2 Jun 2015 10:26:21 -0700 Subject: [PATCH] Update query for bug 1353962 The query was busted on master due to the oslo.messaging namespace change. The original query was pretty generic to begin with, so this actually uses the more specific warning from the logs before the exception is raised. Change-Id: I5e2622d5d5013f688afac0611c64b309fb732c05 Related-Bug: #1353962 --- queries/1353962.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/queries/1353962.yaml b/queries/1353962.yaml index f075bbda..568e4cda 100644 --- a/queries/1353962.yaml +++ b/queries/1353962.yaml @@ -1,4 +1,5 @@ query: > - message:"FixedIpLimitExceeded" - AND tags:"screen-n-net.txt" - AND module:"oslo.messaging.rpc.dispatcher" + message:"Quota exceeded for project" AND + message:"tried to allocate fixed IP." AND + message:"of 99 are in use or are already reserved." AND + tags:"screen-n-net.txt"