Skip to content

Commit

Permalink
Merge pull request ceph#1054 from ceph/wip-19425-wusui
Browse files Browse the repository at this point in the history
Add missing run.Raw() to ceph_ansible.py
  • Loading branch information
zmc authored Mar 30, 2017
2 parents d1e3863 + 64af5e1 commit c6955c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teuthology/task/ceph_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def run_playbook(self):
run.Raw(';'),
'pip',
'install',
'setuptools>=11.3',
run.Raw('setuptools>=11.3'),
run.Raw(ansible_ver),
run.Raw(';'),
run.Raw(str_args)
Expand Down

0 comments on commit c6955c7

Please sign in to comment.