We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f026696 + 779e490 commit 374bbafCopy full SHA for 374bbaf
1 file changed
roles/install-devstack/tasks/main.yml
@@ -24,6 +24,7 @@
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
+ apt-get purge --yes python-six python-six-whl python3-six
28
pip install "reno==2.9.2"
29
executable: /bin/bash
30
chdir: '{{ ansible_user_dir }}/workspace'
0 commit comments