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
This commit is contained in:
parent
274e4163a0
commit
b1d3e7f2fc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user