Add query for NetworkAmbiguous fail bug 1844568

211 hits in 7 days, check and gate, all failures.

The message shows up in the n-api logs but filtering
on n-api logs isn't sufficient to get 100% failure rate
in logstash because there are tempest tests like
test_create_list_show_delete_interfaces_by_network_port
which handle the error and work around it so even though
the message shows up not all jobs fail because of it so
we use the tempest failure log in the console to fingerprint
this bug.

Change-Id: I7b4a3f4a483c5166e9aee1507f12bb31069a8fe0
This commit is contained in:
Matt Riedemann 2019-12-05 09:39:16 -05:00
parent 149b5017b3
commit 0b5eac82ee

3
queries/1844568.yaml Normal file
View File

@ -0,0 +1,3 @@
query: >-
message:"Details: {'code': 409, 'message': 'Multiple possible networks found, use a Network ID to be more specific.'}" AND
tags:"console"