"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
| ... | ... |
@@ -1389,7 +1389,11 @@ service_check |
| 1389 | 1389 |
|
| 1390 | 1390 |
# ensure that all the libraries we think we installed from git, |
| 1391 | 1391 |
# actually were. |
| 1392 |
-check_libs_from_git |
|
| 1392 |
+# |
|
| 1393 |
+# NOTE(ianw) 2017-09-27 : "pip freeze" is currently having issues |
|
| 1394 |
+# with zuulv3 and the way it clones remotes. We will restore this |
|
| 1395 |
+# with a slightly different check soon |
|
| 1396 |
+#check_libs_from_git |
|
| 1393 | 1397 |
|
| 1394 | 1398 |
|
| 1395 | 1399 |
# Configure nova cellsv2 |