From e0fb72e7d47b2c7f2e18355b98225db93032ba57 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Wed, 3 Sep 2014 10:51:26 -0500 Subject: [PATCH] Add query for critical keystone regression Keystone introduced a backwards incompatibility in it's /endpoints API where endpoints no longer have 'region' attributes, so heat isn't able to filter endpoints. This manifests as a back trace in heat such as: StackBuildErrorException: Stack heat-337060294/2528f858-2804-4c3e-bd60-970bc470bf28 is in CREATE_FAILED status due to 'Resource CREATE failed: EndpointNotFound: publicURL endpoint for volume service in RegionOne region not found' Change-Id: I9856c265f05cb118e3d8d4e66c1b43801b919517 Related-Bug: 1364463 --- queries/1364463.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 queries/1364463.yaml diff --git a/queries/1364463.yaml b/queries/1364463.yaml new file mode 100644 index 00000000..206a0298 --- /dev/null +++ b/queries/1364463.yaml @@ -0,0 +1,7 @@ +query: > + message:"StackBuildErrorException\: Stack heat-" + AND message:"is in CREATE_FAILED status due to 'Resource CREATE failed: EndpointNotFound\: " + AND message:"endpoint for " + AND message:"service in " + AND message:"region not found'" + AND tags:"console"