We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83a53fb + 7b2ed15 commit 58fe2efCopy full SHA for 58fe2ef
roles/install-devstack/tasks/main.yml
@@ -23,6 +23,8 @@
23
sed -i "s/pip!=8/pip!=8,<10.0.0/" /opt/stack/new/devstack/tools/cap-pip.txt' '{{ ansible_user_dir }}/workspace/devstack-gate/devstack-vm-gate-wrap.sh'
24
# Because in setuptools>=39, the pkg_resources.parse_version(oslo_utils/versionutils.py) will return an unindexable object
25
pip install "setuptools==38.0.0"
26
+ # Fix issue https://github.com/theopenlab/openlab/issues/79
27
+ pip install "reno==2.9.2"
28
executable: /bin/bash
29
chdir: '{{ ansible_user_dir }}/workspace'
30
environment: '{{ zuul | zuul_legacy_vars }}'
0 commit comments