
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
4 lines
152 B
YAML
4 lines
152 B
YAML
query: >-
|
|
message:"Details: {'code': 409, 'message': 'Multiple possible networks found, use a Network ID to be more specific.'}" AND
|
|
tags:"console"
|