From: Vasu Kulkarni Date: Mon, 28 Aug 2017 18:43:30 +0000 (-0700) Subject: needs system-site-package since libselinux modules not available X-Git-Tag: 1.1.0~395^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8b3e32f45e7dc1add446b7e5f52b797c0c141ce8;p=teuthology.git needs system-site-package since libselinux modules not available from within virtualenv Signed-off-by: Vasu Kulkarni --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 924e36674..8154153ca 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -336,6 +336,7 @@ class CephAnsible(Task): run.Raw('cd ~/ceph-ansible'), run.Raw(';'), 'virtualenv', + run.Raw('--system-site-packages'), 'venv', run.Raw(';'), run.Raw('source venv/bin/activate'),