From e1b3a2222cab92f19728a2b9654feb93c50ca909 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 2 Oct 2015 17:33:35 -0700 Subject: [PATCH] Fix the LIBS_FROM_GIT entry for shade We need to drop the prefix for the repo name when using LIBS_FROM_GIT because this name is used to grep in a pip freeze to check if the lib actually installed from git (safety check in devstack). Change-Id: If1b963dda6bcc84bd10429efcfb3c24e4987e4fa --- jenkins/jobs/nodepool.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/nodepool.yaml b/jenkins/jobs/nodepool.yaml index 2e656f4d14..2db7fdd818 100644 --- a/jenkins/jobs/nodepool.yaml +++ b/jenkins/jobs/nodepool.yaml @@ -90,7 +90,7 @@ # caches in nodepool, however make it a valid url for # documentation purposes. export DEVSTACK_LOCAL_CONFIG="enable_plugin nodepool git://git.openstack.org/openstack-infra/nodepool" - export DEVSTACK_LOCAL_CONFIG+=$'\n'"LIBS_FROM_GIT=openstack-infra/shade" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"LIBS_FROM_GIT=shade" function post_test_hook {{ /opt/stack/new/nodepool/tools/check_devstack_plugin.sh