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] fd61b54679

Change-Id: I7cb41b7c484f5afd180b0d815dd655459382fba3
This commit is contained in:
agopi 2018-12-28 08:13:26 -05:00
parent ed1aada2ef
commit 310f3e382b
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@
line: 'export REQUESTS_CA_BUNDLE={{ overcloud_ca_path }}'
when: overcloud_ca_path is defined
- name: Temporary workaround to avoid conflicts with dogpile.cache
pip:
name: dogpile.cache
version: 0.6.8
virtualenv: "{{ rally_venv }}"
- name: Install Rally with OpenStack plugins into rally-venv
pip:
name: rally-openstack