Skip to content

Commit 310f3e3

Browse files
committed
Workaround to install specific version of dogpile.cache
openstacksdk recently made changes to avoid newer dogpile.cache versions[1], and this breaks while loading plugins from rally-openstack. As a workaround, temporarily installing a dogpile.cache that satisfies openstacksdk's requirements. [1] openstack/openstacksdk@fd61b54 Change-Id: I7cb41b7c484f5afd180b0d815dd655459382fba3
1 parent ed1aada commit 310f3e3

File tree

1 file changed

+6
-0
lines changed
  • ansible/install/roles/rally/tasks

1 file changed

+6
-0
lines changed

ansible/install/roles/rally/tasks/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
line: 'export REQUESTS_CA_BUNDLE={{ overcloud_ca_path }}'
1616
when: overcloud_ca_path is defined
1717

18+
- name: Temporary workaround to avoid conflicts with dogpile.cache
19+
pip:
20+
name: dogpile.cache
21+
version: 0.6.8
22+
virtualenv: "{{ rally_venv }}"
23+
1824
- name: Install Rally with OpenStack plugins into rally-venv
1925
pip:
2026
name: rally-openstack

0 commit comments

Comments
 (0)