f7851b038c
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
11 lines
281 B
YAML
11 lines
281 B
YAML
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")
|
|
OR
|
|
(message:"Conflict: Pool " AND message:"is still in use")
|
|
)
|
|
AND
|
|
tags:"console"
|