Add barbicanclient to Cinder LIO job

The barbican tempest plugin being enabled here
requires this too.

Change-Id: I585d9eede44a6eb4c711faa2233efd5873576816
This commit is contained in:
Eric Harney 2017-04-10 14:19:02 -04:00
parent 8a7e801795
commit 03d3396854
1 changed files with 2 additions and 1 deletions

View File

@ -2054,7 +2054,8 @@
enable_plugin barbican git://git.openstack.org/openstack/barbican
- shell: |
#!/bin/bash -xe
export PROJECTS="$PROJECTS openstack/barbican"
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1