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:
@@ -18,6 +18,7 @@ tempest_distro_packages:
|
|||||||
- git
|
- git
|
||||||
- libxslt # required by the python module unittest2
|
- 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
|
- 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:
|
tempest_service_distro_packages:
|
||||||
- openstack-tempest
|
- openstack-tempest
|
||||||
|
|||||||
Reference in New Issue
Block a user