Fix functions for fuel installer
[doctor.git] / tests / lib / inspectors / sample
index cd21a00..d09f7ad 100644 (file)
@@ -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 &
 }