Add query for Heat booting a VM on a network w/o subnet

Logstash query:
message:"requires a subnet in order to boot instances on." AND
tags:"screen-h-eng.txt" AND message:"BadRequest: Network"

Change-Id: I2c8fdfa9a2c33145201dbf9a17c747368227cb99
Related-Bug: #1546201
This commit is contained in:
Jordan Pittier 2016-02-16 18:05:30 +01:00 committed by Matt Riedemann
parent 2c1074fbd4
commit ec806d8acc

5
queries/1546201.yaml Normal file
View File

@ -0,0 +1,5 @@
query: >-
message:"BadRequest: Network" AND
message:"requires a subnet in order to boot instances on" AND
tags:"screen-h-eng.txt" AND
build_name:"gate-tempest-dsvm-layer4"