Skip to content

Commit 27f3100

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Revert "CI: Pin requests to <2.32 for publish jobs""
2 parents da7562c + f33c1ef commit 27f3100

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/playbooks/publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
# NOTE(yoctozepto): We need Docker SDK, the best source is Kolla venv.
55
ansible_python_interpreter: "{{ virtualenv_path }}/bin/python"
66
tasks:
7-
# TODO(bbezak): Currently Zuul supports Ansible 8 or 9, which
8-
# uses community.docker collection that needs requests<2.32.
9-
# Remove this when Zuul supports Ansible 10,
10-
# and/or Ansible 9 gets fixed community.docker collection.
11-
# https://github.com/ansible-collections/community.docker/issues/868
12-
- name: Downgrade requests for community.docker collection
13-
command:
14-
cmd: "{{ virtualenv_path }}/bin/python -m pip install -v 'requests<2.32'"
15-
167
- name: List all containers
178
docker_host_info:
189
images: yes

0 commit comments

Comments
 (0)