elastic-recheck/queries/1364463.yaml
Dolph Mathews e0fb72e7d4 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
2014-09-03 10:51:26 -05:00

8 lines
268 B
YAML

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"