Skip to content
Snippets Groups Projects
Commit d39f0b00 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add SELinux python bindings in quickstart guide"

parents f568358c 9ce5225d
No related branches found
No related tags found
No related merge requests found
......@@ -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 <http://www.ansible.com>`__. Install
Ansible from distribution packaging if the distro packaging has recommended
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment