Update query for bug 1402747

This adds the hit for the glance image-create/swift
sqlalchemy version conflict which wasn't getting
indexed in syslog for some reason.

Brings the hit count up to 919 in 48 hours.

Change-Id: I76360c80f6ccdd93cfd5615d3b5c563d68ca8059
Related-Bug: #1402747
This commit is contained in:
Matt Riedemann 2014-12-15 09:20:37 -08:00
parent 75c1755473
commit 03ab21d963

View File

@ -1,3 +1,5 @@
query: >-
message:"VersionConflict: SQLAlchemy 0.9.8 is installed but SQLAlchemy<=0.8.99,<=0.9.99,>=0.8.4,>=0.9.7 is required by ['oslo.db']" AND
tags:"console"
(message:"VersionConflict: SQLAlchemy 0.9.8 is installed but SQLAlchemy<=0.8.99,<=0.9.99,>=0.8.4,>=0.9.7 is required by ['oslo.db']" AND
tags:"console") OR
(message:"Client disconnected before sending all data to backend" AND
tags:"screen-g-api.txt")