added neutron flavor of the sqla bug
neutron also hit the sqla bug, the deep error is *so* many hits that it will overwhelm the ES engine, so use the surface error instead. Change-Id: Id506931c405d46ee9ba1bae4ee803f3f8e1f54b3 Related-Bug: #1333410
This commit is contained in:
parent
fac1bef943
commit
f7851b038c
@ -1,4 +1,10 @@
|
|||||||
query: >-
|
query: >-
|
||||||
(message:"FAIL: nova.tests.api.ec2.test_cloud.CloudTestCase.test_associate_disassociate_address" OR (
|
(
|
||||||
message:"Floating ip" AND message:"is not associated with instance")) AND
|
message:"FAIL: nova.tests.api.ec2.test_cloud.CloudTestCase.test_associate_disassociate_address"
|
||||||
|
OR
|
||||||
|
(message:"Floating ip" AND message:"is not associated with instance")
|
||||||
|
OR
|
||||||
|
(message:"Conflict: Pool " AND message:"is still in use")
|
||||||
|
)
|
||||||
|
AND
|
||||||
tags:"console"
|
tags:"console"
|
Loading…
Reference in New Issue
Block a user