summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2018-09-14 04:42:34 +0000
committerTim Burke <tim.burke@gmail.com>2018-09-19 14:59:32 -0700
commit050f8799ca82f121f9d33c7e773b982b9763f074 (patch)
treeea85de0238b4e0b63c53ed16bcd315e363f8fd81 /tools
parent17b9acc0a3d501382461a1be595b48deb08d44a0 (diff)
downloadswift-050f8799ca82f121f9d33c7e773b982b9763f074.tar.gz
Use latest eventlet in probe tests
Note that eventlet 0.22.0+ closes connections between requests when it stops accepting connections. Partial-Bug: #1792615 Change-Id: Ia8d9ab95e2aad40e8d797acc3423a917e809ffdb
Diffstat (limited to 'tools')
-rw-r--r--tools/playbooks/common/install_dependencies.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/playbooks/common/install_dependencies.yaml b/tools/playbooks/common/install_dependencies.yaml
index b2fe7fe8e..bbec2d540 100644
--- a/tools/playbooks/common/install_dependencies.yaml
+++ b/tools/playbooks/common/install_dependencies.yaml
@@ -18,8 +18,8 @@
- name: installing dependencies
yum: name={{ item }} state=present
with_items:
- - python-eventlet
- python-pyeclib
+ - python-pip
- python-nose
- python-swiftclient
@@ -27,3 +27,4 @@
pip: name={{ item }} state=present extra_args='--upgrade'
with_items:
- crudini
+ - eventlet