From 5b419ffb1f20dfe613bd694fab8c1f08c8db7cce Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 29 Sep 2017 08:42:34 +1000 Subject: [PATCH] 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 --- stack.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index c545c56de3..f5aa7659f9 100755 --- a/stack.sh +++ b/stack.sh @@ -1389,7 +1389,11 @@ service_check # ensure that all the libraries we think we installed from git, # 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