From 9e13e270a18626c19c4872ebcaa6f16dd953217e Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Wed, 16 Jan 2019 17:39:35 +0530 Subject: [PATCH] Add libselinux-python package for Red Hat distro Since Red Hat distro uses selinux and when tempest role is executed on target host it expects libselinux-python package needs to be installed otherwise tasks gets aborted. Change-Id: I0284ec5e57e36764c90e6aa110b00382a08a8a3f --- vars/redhat-7.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index b8062ebd..29c92f2e 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -18,6 +18,7 @@ tempest_distro_packages: - git - libxslt # required by the python module unittest2 - gcc # required to build tempest plugins (TODO) remove this when the repo server can satisfy the tempest plugin requirements + - libselinux-python tempest_service_distro_packages: - openstack-tempest