Skip to content

Commit

Permalink
Add libselinux-python as a dependency for the installation process
Browse files Browse the repository at this point in the history
On fedora 23, cluster creation fails with the following error

TASK: [Create network xml file] *********************************************** 
failed: [localhost] => {"failed": true}
msg: Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!

FATAL: all hosts have already failed -- aborting

installing libselinux-python solves the problem.
  • Loading branch information
fredoche committed Feb 28, 2016
1 parent 6a1b6a8 commit 2fd98cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README_libvirt.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Install dependencies
8. [Grant libvirt access to your user¹](https://libvirt.org/aclpolkit.html)
9. Check that your `$HOME` is accessible to the qemu user²
10. Configure dns resolution on the host³
11. Install libselinux-python

#### ¹ Depending on your distribution, libvirt access may be denied by default or may require a password at each access.

Expand Down

0 comments on commit 2fd98cc

Please sign in to comment.