X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Flib%2Finspectors%2Fsample;h=d09f7ad0854bb1662a2cdfc4153c4181a5d4c7f4;hb=89cd27c623e929e837a02eef0622c4ef33772ade;hp=cd21a008af89163ac3b556cb2875ca6c600c5a49;hpb=c9d0d2c9fc16f2e989444bc4d7d8fab8060433ba;p=doctor.git diff --git a/tests/lib/inspectors/sample b/tests/lib/inspectors/sample index cd21a008..d09f7ad0 100644 --- a/tests/lib/inspectors/sample +++ b/tests/lib/inspectors/sample @@ -2,6 +2,8 @@ function start_inspector_sample { pgrep -f "python inspector.py" && return 0 + # TODO (r-mibu): make sample inspector use keystone v3 api + OS_AUTH_URL=${OS_AUTH_URL/v3/v2.0} \ python inspector.py "$INSPECTOR_PORT" > inspector.log 2>&1 & }