summaryrefslogtreecommitdiffstats
path: root/README_libvirt.md
diff options
context:
space:
mode:
authorfred-b <frederic.boulet@gmail.com>2016-02-28 17:29:32 +0100
committerfred-b <frederic.boulet@gmail.com>2016-02-28 17:29:32 +0100
commit2fd98cc45934180830ccea7b2fbd1290ce2c23a7 (patch)
tree6b2651058c2245ce8614a2b95d13e35efb47d66b /README_libvirt.md
parent6a1b6a8fe91a06e2ccccf75d4880a05c9908c072 (diff)
downloadopenshift-2fd98cc45934180830ccea7b2fbd1290ce2c23a7.tar.gz
openshift-2fd98cc45934180830ccea7b2fbd1290ce2c23a7.tar.bz2
openshift-2fd98cc45934180830ccea7b2fbd1290ce2c23a7.tar.xz
openshift-2fd98cc45934180830ccea7b2fbd1290ce2c23a7.zip
Add libselinux-python as a dependency for the installation process
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.
Diffstat (limited to 'README_libvirt.md')
-rw-r--r--README_libvirt.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README_libvirt.md b/README_libvirt.md
index 8b46252b3..e5054f671 100644
--- a/README_libvirt.md
+++ b/README_libvirt.md
@@ -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.