Add query for neutron functional alembic 0.8.1 bug 1488167

alembic 0.8.1 dropped something that neutron was using for
migrations. 24 hits since 8/22 when alembic 0.8.1 was released.

There is a migration change for master to fix this and we're
capping alembic at <0.8.1 in stable/kilo.

Change-Id: Ic8f423549781ba915565a1a1c1c2a413a6832c6d
Related-Bug: #1488167
This commit is contained in:
Matt Riedemann 2015-08-24 09:47:35 -07:00
parent 3121cb4c7b
commit 521c4e993f
1 changed files with 4 additions and 0 deletions

4
queries/1488167.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >-
message:"AssertionError: Models and migration scripts aren't in sync" AND
build_name:"gate-neutron-dsvm-functional" AND
tags:"console"