summaryrefslogtreecommitdiffstats
path: root/doctor_tests/admin_tool/fenix/run
diff options
context:
space:
mode:
Diffstat (limited to 'doctor_tests/admin_tool/fenix/run')
-rwxr-xr-xdoctor_tests/admin_tool/fenix/run6
1 files changed, 3 insertions, 3 deletions
diff --git a/doctor_tests/admin_tool/fenix/run b/doctor_tests/admin_tool/fenix/run
index 2a2e37cd..50ae68e7 100755
--- a/doctor_tests/admin_tool/fenix/run
+++ b/doctor_tests/admin_tool/fenix/run
@@ -1,8 +1,8 @@
#!/bin/sh
-. overcloudrc
+. keystonercv3
# Start the first process
-nohup python /fenix/fenix/cmd/engine.py > /var/log/fenix-engine.log&
+nohup python3 /fenix/fenix/cmd/engine.py > /var/log/fenix-engine.log&
status=$?
if [ $status -ne 0 ]; then
echo "Failed to start engine.py: $status"
@@ -10,7 +10,7 @@ if [ $status -ne 0 ]; then
fi
# Start the second process
-nohup python /fenix/fenix/cmd/api.py > /var/log/fenix-api.log&
+nohup python3 /fenix/fenix/cmd/api.py > /var/log/fenix-api.log&
status=$?
if [ $status -ne 0 ]; then
echo "Failed to start api.py: $status"