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
This commit is contained in:
parent
19c1bc7f88
commit
9ce5225d71
@ -129,10 +129,10 @@ Install dependencies needed to build the code with ``pip`` package manager.
|
|||||||
::
|
::
|
||||||
|
|
||||||
#CentOS
|
#CentOS
|
||||||
yum install python-devel libffi-devel gcc openssl-devel
|
yum install python-devel libffi-devel gcc openssl-devel libselinux-python
|
||||||
|
|
||||||
#Ubuntu
|
#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 <http://www.ansible.com>`__. Install
|
Kolla deploys OpenStack using `Ansible <http://www.ansible.com>`__. Install
|
||||||
Ansible from distribution packaging if the distro packaging has recommended
|
Ansible from distribution packaging if the distro packaging has recommended
|
||||||
|
Loading…
Reference in New Issue
Block a user