]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add missing run.Raw() to ceph_ansible.py 1054/head
authorWarren Usui <wusui@redhat.com>
Wed, 29 Mar 2017 23:32:34 +0000 (23:32 +0000)
committerWarren Usui <wusui@redhat.com>
Wed, 29 Mar 2017 23:32:34 +0000 (23:32 +0000)
Fixes issue: #19425

Signed-off-by: Warren Usui <wusui@redhat.com>
teuthology/task/ceph_ansible.py

index 0d210f49889cc6626497f629b1fbbe6a614742b8..62945492d4488f1c360d597e934453c35a6bd357 100644 (file)
@@ -351,7 +351,7 @@ class CephAnsible(Task):
             run.Raw(';'),
             'pip',
             'install',
-            'setuptools>=11.3',
+            run.Raw('setuptools>=11.3'),
             run.Raw(ansible_ver),
             run.Raw(';'),
             run.Raw(str_args)