From 8b3e32f45e7dc1add446b7e5f52b797c0c141ce8 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Mon, 28 Aug 2017 11:43:30 -0700 Subject: [PATCH] needs system-site-package since libselinux modules not available from within virtualenv Signed-off-by: Vasu Kulkarni --- teuthology/task/ceph_ansible.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 924e366743..8154153ca9 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'), -- 2.39.5