From: Warren Usui Date: Wed, 29 Nov 2017 21:31:23 +0000 (+0000) Subject: fix X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=949a23f179a8250e88b6c96ec7f3597987bfaf5b;p=teuthology.git fix --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 9404003197..0566d1d3fc 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(';'), ])