From c3495dd9c029e57e56f752314b550dad26f7e71a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 5 Mar 2019 17:28:15 -0500 Subject: [PATCH] Update query for bug 1818560 The previous query was missing py35 test failures, so this fixes it to be more generic but still hit the same bug. Change-Id: I2df39ecc41036291c41b4b8e366affa64f7c6909 --- queries/1818560.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/1818560.yaml b/queries/1818560.yaml index 34d1e23d..3d150516 100644 --- a/queries/1818560.yaml +++ b/queries/1818560.yaml @@ -1,3 +1,3 @@ query: >- - message:"oslo_config.cfg.NoSuchOptError: no such option sync_on_startup in group [placement_database]" AND + message:"no such option sync_on_startup in group [placement_database]" AND tags:"console"