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
This commit is contained in:
Simon Pasquier 2016-08-04 10:03:34 +02:00
parent dd43568900
commit 70a2ded197
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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."