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
This commit is contained in:
parent
1700449c63
commit
9e13e270a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user