From: Warren Usui Date: Wed, 29 Nov 2017 20:56:47 +0000 (+0000) Subject: Restored old setuptools and ansible_ver text. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e842de207b32156767c2c25ff225d80848e9a8be;p=teuthology.git Restored old setuptools and ansible_ver text. --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index e52d31f87..940400319 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -438,8 +438,8 @@ class CephAnsible(Task): run.Raw(';'), 'pip', 'install', - run.Raw('"setuptools>=11.3"'), - run.Raw('"%s"' % ansible_ver), + '"setuptools>=11.3"', + run.Raw(ansible_ver), #run.Raw(';'), ]) log.info('right before this command:')