From 9ce5225d71f7c3c0a30727ce7571e806af841f22 Mon Sep 17 00:00:00 2001 From: David Rabel Date: Tue, 4 Jul 2017 09:56:17 +0200 Subject: [PATCH] Add SELinux python bindings in quickstart guide kolla-ansible needs SELinux python bindings, if SELinux is activated. CentOS has this as a standard and it is generally a good idea. So SELinux python bindings should be installed together with other dependencies in quickstart guide. Change-Id: I6eea626aa281db695d181f96b107b51732bbc647 --- doc/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index ff8ba0d075..c0f280ce6b 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -129,10 +129,10 @@ Install dependencies needed to build the code with ``pip`` package manager. :: #CentOS - yum install python-devel libffi-devel gcc openssl-devel + yum install python-devel libffi-devel gcc openssl-devel libselinux-python #Ubuntu - apt-get install python-dev libffi-dev gcc libssl-dev + apt-get install python-dev libffi-dev gcc libssl-dev python-selinux Kolla deploys OpenStack using `Ansible `__. Install Ansible from distribution packaging if the distro packaging has recommended