From 723b68c49d17068a359f8b4e50fdb121df321a5b Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Wed, 23 Mar 2016 15:38:53 -0500 Subject: [PATCH] Add barbican client to project list for lbaas testing Both bariban and it's client are needed in the project list for it to setup properly in devstack. Change-Id: I0bc5eaca2e611739e19108a5b2ad2932f8c344b9 --- jenkins/jobs/heat.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/jobs/heat.yaml b/jenkins/jobs/heat.yaml index a91760df91..a0f7e572bc 100644 --- a/jenkins/jobs/heat.yaml +++ b/jenkins/jobs/heat.yaml @@ -108,6 +108,7 @@ services+=",q-lbaasv2" export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas" export PROJECTS="openstack/barbican $PROJECTS" + export PROJECTS="openstack/python-barbicanclient $PROJECTS" export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin barbican https://git.openstack.org/openstack/barbican" # the lbaas v2 driver choice is in the gate pre test hook else