]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
upgrade pip first before setuptools
authorVasu Kulkarni <vasu@redhat.com>
Thu, 9 Feb 2017 00:15:38 +0000 (16:15 -0800)
committerVasu Kulkarni <vasu@redhat.com>
Thu, 9 Feb 2017 00:15:38 +0000 (16:15 -0800)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
teuthology/task/ceph_ansible.py

index c303f1876d261369010c5688b3b7d48d88ba86c6..27f5ccc67403424de080b68ec98a259ee6750acc 100644 (file)
@@ -346,6 +346,11 @@ class CephAnsible(Task):
             run.Raw(';'),
             'pip',
             'install',
+            '--upgrade',
+            'pip',
+            run.Raw(';'),
+            'pip',
+            'install',
             'setuptools>=11.3',
             run.Raw(ansible_ver),
             run.Raw(';'),