From 70a2ded1972078c4cf563dcd2fe706b43c55a914 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Thu, 4 Aug 2016 10:03:34 +0200 Subject: [PATCH] Bump to fuel-devops 2.9.22 Because 2.9.20 doesn't work anymore for the versions of fuel-qa that we are using. Change-Id: Ic4caf17cc330e23a008a6e44e953ca10d3576cf8 --- requirements.txt | 2 +- utils/fuel-qa-builder/prepare_env.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2c5717..770c207 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ elasticsearch -git+git://github.com/openstack/fuel-devops.git@2.9.20 +git+git://github.com/openstack/fuel-devops.git@2.9.22 oslo.i18n>=3.1.0 # the more recent python-*client (dependencies of fuel-qa) require at least this version of oslo.i18n python-ceilometerclient PyYAML diff --git a/utils/fuel-qa-builder/prepare_env.sh b/utils/fuel-qa-builder/prepare_env.sh index 39f3f63..32794ea 100755 --- a/utils/fuel-qa-builder/prepare_env.sh +++ b/utils/fuel-qa-builder/prepare_env.sh @@ -71,6 +71,9 @@ fi # Install the project's dependencies pip install -r"${BASE_DIR}/../../requirements.txt" +# List the Python packages (this can be useful for troubleshooting) +pip freeze + echo echo echo "The setup is now complete."