Fix grenade job

When upgrading from Queens to Rocky,
since neither release has the tempest plugin in-tree,
it has to be explicitly installed
in the job.

Closes-Bug: #1785370
Change-Id: I77b5e0eb8824a8a00633aacb45ebea07572503d5
This commit is contained in:
Goutham Pacha Ravi 2018-08-03 16:23:18 -07:00
parent 7dd147874d
commit 2d25b09b34
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@
- openstack-infra/devstack-gate
- openstack/manila
- openstack/python-manilaclient
- openstack/manila-tempest-plugin
- job:
name: manila-tempest-base

View File

@ -28,6 +28,7 @@
set -e
set -x
export PROJECTS="openstack-dev/grenade $PROJECTS"
export PROJECTS="openstack/manila-tempest-plugin $PROJECTS"
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_NEUTRON=0