Skip to content

Commit

Permalink
Revert "Workaround to install specific version of dogpile.cache"
Browse files Browse the repository at this point in the history
This reverts commit 310f3e3.

Depends-On: https://review.openstack.org/#/c/625759/
Change-Id: I3d42233240e1eb09fdf1831d1bc31681b3b77ae7
  • Loading branch information
aakarshg committed Jan 22, 2019
1 parent b175e81 commit fea7905
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ansible/install/roles/rally/tasks/main.yml
Expand Up @@ -15,12 +15,6 @@
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
Expand Down

0 comments on commit fea7905

Please sign in to comment.