diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-01-27 05:13:46 +0000 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-02-02 10:23:07 +0000 |
commit | 89cd27c623e929e837a02eef0622c4ef33772ade (patch) | |
tree | b7248e6877f23fc7e7ec21b001e2ea48d62544d8 /tests/lib/inspectors | |
parent | c9d0d2c9fc16f2e989444bc4d7d8fab8060433ba (diff) |
Fix functions for fuel installer
JIRA: DOCTOR-58
Change-Id: Ic9326791007a3afa754cc64423b46adc17c59dc0
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'tests/lib/inspectors')
-rw-r--r-- | tests/lib/inspectors/sample | 2 |
1 files changed, 2 insertions, 0 deletions
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 & } |