Gate fix: use tempest-horizon 0.2.0 explicitly

tempest-horizon master no longer support python 2.7, but
the tempest job in stable/rocky (and older) runs with python 2.7.
tempest-horizon 0.2.0 is the last release with python 2.7,
so we need to use the version explicitly.

Change-Id: Ia5ae3aa2b024f554eb8c068b9cc271998db6f909
Closes-Bug: #1874171
This commit is contained in:
Akihiro Motoki 2020-04-22 11:39:56 +09:00
parent 5b8f7548c5
commit 569e06f230
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
- name: openstack/horizon
- name: openstack/tempest
- name: openstack/tempest-horizon
override-checkout: 0.2.0
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$