Don't check_libs_from_git for now
"pip freeze" reports an error when checking because the repos don't have a remote under zuulv3 --- Error when trying to get requirement for VCS system Command "git config --get-regexp remote\..*\.url" failed with error code 1 in /opt/stack/new/keystone, falling back to uneditable format Could not determine repository location of /opt/stack/new/keystone Complete output from command git config --get-regexp remote\..*\.url: --- This means this check fails. I think we can fix this by looking at "pip list" which I will propose in a follow-on, but this fixes the immediate breaking issue. Depends-On: Ib12ddf768ee20fd7614622179f6842f5d57864ff Change-Id: I21ff749ab3e7911fa074e6d53056768f42f8aa57
This commit is contained in:
parent
7c9542eb02
commit
5b419ffb1f
6
stack.sh
6
stack.sh
@ -1389,7 +1389,11 @@ service_check
|
|||||||
|
|
||||||
# ensure that all the libraries we think we installed from git,
|
# ensure that all the libraries we think we installed from git,
|
||||||
# actually were.
|
# actually were.
|
||||||
check_libs_from_git
|
#
|
||||||
|
# NOTE(ianw) 2017-09-27 : "pip freeze" is currently having issues
|
||||||
|
# with zuulv3 and the way it clones remotes. We will restore this
|
||||||
|
# with a slightly different check soon
|
||||||
|
#check_libs_from_git
|
||||||
|
|
||||||
|
|
||||||
# Configure nova cellsv2
|
# Configure nova cellsv2
|
||||||
|
Loading…
Reference in New Issue
Block a user