From 6ee7c4cda84947f6fa559434ec924369d08f19f6 Mon Sep 17 00:00:00 2001
From: Niall Bunting <niall.bunting@hpe.com>
Date: Fri, 15 Apr 2016 14:49:45 +0000
Subject: [PATCH] Fix glance store experimental test

I'm not too familiar with this side of the code. I noticed a few other
tests have this line and the glance_store functional tests are missing it.

The error is that "The following LIBS_FROM_GIT were not installed
correct:  glance_store". From the latest check experimental on this patch:
https://review.openstack.org/#/c/302374/

Change-Id: I11a6d898ea3ee3b28c974cc6b99c9c9d87ef9e99
---
 jenkins/jobs/glance.yaml | 1 +
 1 file changed, 1 insertion(+)

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