From 949a23f179a8250e88b6c96ec7f3597987bfaf5b Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Wed, 29 Nov 2017 21:31:23 +0000 Subject: [PATCH] fix --- teuthology/task/ceph_ansible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 940400319..0566d1d3f 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -438,7 +438,7 @@ class CephAnsible(Task): run.Raw(';'), 'pip', 'install', - '"setuptools>=11.3"', + 'setuptools>=11.3', run.Raw(ansible_ver), #run.Raw(';'), ]) -- 2.47.3