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:
parent
dd43568900
commit
70a2ded197
@ -1,5 +1,5 @@
|
|||||||
elasticsearch
|
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
|
oslo.i18n>=3.1.0 # the more recent python-*client (dependencies of fuel-qa) require at least this version of oslo.i18n
|
||||||
python-ceilometerclient
|
python-ceilometerclient
|
||||||
PyYAML
|
PyYAML
|
||||||
|
@ -71,6 +71,9 @@ fi
|
|||||||
# Install the project's dependencies
|
# Install the project's dependencies
|
||||||
pip install -r"${BASE_DIR}/../../requirements.txt"
|
pip install -r"${BASE_DIR}/../../requirements.txt"
|
||||||
|
|
||||||
|
# List the Python packages (this can be useful for troubleshooting)
|
||||||
|
pip freeze
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo "The setup is now complete."
|
echo "The setup is now complete."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user