From 244200ec4079798135d4331bd45e339919e1a029 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 29 Jun 2014 06:12:12 -0700 Subject: [PATCH] Add query for (fixed) glance UnicodeError bug 1334774 This is already fixed so just adding the query to get it off the uncategorized bugs list. Related-Bug: #1334774 Change-Id: I6693f5fd445138dc5cffbb8d87c7032922dff049 --- queries/1334774.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1334774.yaml diff --git a/queries/1334774.yaml b/queries/1334774.yaml new file mode 100644 index 00000000..8f2cdcd1 --- /dev/null +++ b/queries/1334774.yaml @@ -0,0 +1,4 @@ +query: >- + message:"UnicodeError: Message objects do not support str() because they may contain non-ascii characters. Please use unicode() or translate() instead." AND + tags:console AND + project:"openstack/glance"