diff --git a/jenkins/jobs/glance.yaml b/jenkins/jobs/glance.yaml index c878676dcb..1a8e047fac 100644 --- a/jenkins/jobs/glance.yaml +++ b/jenkins/jobs/glance.yaml @@ -52,6 +52,7 @@ #!/bin/bash -xe export PYTHONUNBUFFERED=true export BRANCH_OVERRIDE={branch-override} + export PROJECTS="openstack/glance_store $PROJECTS" export DEVSTACK_PROJECT_FROM_GIT=glance_store if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE