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:
parent
d6d84efeb4
commit
e1b3a2222c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user