From 968067757e6d6ef1b479243800d38b5e21e0097c Mon Sep 17 00:00:00 2001 From: Denis Egorenko Date: Tue, 6 Oct 2015 15:59:35 +0300 Subject: [PATCH] Run pip install for sahara with requirements.txt It will help to update requirements, which were update since last slave building in coming patch. Change-Id: I35f0c17596a932290fb7c5cc8e1dce53b9eb61ca --- slave-scripts/gate-sahara.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slave-scripts/gate-sahara.sh b/slave-scripts/gate-sahara.sh index d50b0e9c..33141bd4 100755 --- a/slave-scripts/gate-sahara.sh +++ b/slave-scripts/gate-sahara.sh @@ -84,7 +84,7 @@ case $plugin in ;; esac -sudo pip install . --no-cache-dir +sudo pip install -r requirements.txt . --no-cache-dir enable_pypi write_sahara_main_conf "$sahara_conf_file" "$engine_type" "$sahara_plugin" write_tests_conf "$cluster_name" "$template_image_prefix" "$image_name" "$scenario_conf_file" # support kilo