]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Restored old setuptools and ansible_ver text.
authorWarren Usui <wusui@redhat.com>
Wed, 29 Nov 2017 20:56:47 +0000 (20:56 +0000)
committerWarren Usui <wusui@redhat.com>
Wed, 29 Nov 2017 20:56:47 +0000 (20:56 +0000)
teuthology/task/ceph_ansible.py

index e52d31f8715725d547be854dba5256583a244b2a..9404003197c0013940430474695ea38aac3b3d7b 100644 (file)
@@ -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:')