Add Barbican and client to Octavia PROJECTS

Adding the same list of PROJECTS in pre_test_hook of Octavia didn't
help. It throws an error "Cloning is not allowed, please add in
the job definition". This patch adds the same to Octavia PROJECTS.

Change-Id: Id6d64c59233628aad3715a0b61d2377616073a49
This commit is contained in:
madhusudhan-kandadai 2016-04-22 10:01:15 -07:00 committed by Madhusudhan Kandadai
parent bc04a8671b
commit 6b3ee69978

View File

@ -21,6 +21,8 @@
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
function pre_test_hook {{
$BASE/new/octavia/octavia/tests/contrib/pre_test_hook.sh