Really fix kuryr-kubernetes Octavia job

4bbcf64433 haven't fixed the
gate-tempest-dsvm-octavia-kuryr-kubernetes-ubuntu-xenial-nv job as
python-barbicanclient also needs to be added to $PROJECTS. This commit
adds it and openstack/octavia as well.

This time I've analyzed DevStack plugins used by the job, so those
additions should be sufficient.

Change-Id: I9fed859d63311eee17afaaef5e12279bd8736ca6
This commit is contained in:
Michał Dulko 2017-09-15 10:29:19 +02:00
parent 4bbcf64433
commit 5d8c73d63f
1 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,8 @@
export PROJECTS="openstack/kuryr-tempest-plugin $PROJECTS"
export PROJECTS="openstack/devstack-plugin-container $PROJECTS"
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
export PROJECTS="openstack/octavia $PROJECTS"
export PROJECTS="openstack/python-octaviaclient $PROJECTS"
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh