]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph_ansible: Make sure cryptography version is compatible 1403/head
authorBrad Hubbard <bhubbard@redhat.com>
Tue, 28 Jan 2020 06:54:59 +0000 (16:54 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Tue, 28 Jan 2020 06:54:59 +0000 (16:54 +1000)
Fixes: https://tracker.ceph.com/issues/43843
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
teuthology/task/ceph_ansible.py

index b6af083dd5cb78545e1762559d799dadb8fadb57..7231abac2bcae05ee3d62cccd4c7bda149630752 100644 (file)
@@ -432,6 +432,11 @@ class CephAnsible(Task):
             run.Raw(';'),
             'pip',
             'install',
+            '--upgrade',
+            'cryptography>=2.5',
+            run.Raw(';'),
+            'pip',
+            'install',
             run.Raw('setuptools>=11.3'),
             run.Raw('notario>=0.0.13'), # FIXME: use requirements.txt
             run.Raw('netaddr'),