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
This commit is contained in:
Clark Boylan 2015-10-02 17:33:35 -07:00
parent d6d84efeb4
commit e1b3a2222c
1 changed files with 1 additions and 1 deletions

View File

@ -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