From e31a4dbb52bab8826dcb4803689ce3e48ac066f9 Mon Sep 17 00:00:00 2001 From: Assaf Muller Date: Thu, 22 Jun 2017 12:50:24 -0400 Subject: [PATCH] Add libselinux-python to bindep requirements I used quickstart on my F25 laptop, and it failed pretty quickly complaining that SELinux is enabled but libselinux-python is not installed, after installing it from dnf the problem went away. Change-Id: Ic112b3e8acd735769ad849bdbb15b8c74c457346 --- doc/source/devmode-ovb.rst | 4 ++++ other-requirements.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/doc/source/devmode-ovb.rst b/doc/source/devmode-ovb.rst index 7cc18ecdf..31cccf8ca 100644 --- a/doc/source/devmode-ovb.rst +++ b/doc/source/devmode-ovb.rst @@ -19,6 +19,10 @@ Requirements: Check out the tripleo-quickstart git repository and execute:: + bash quickstart.sh --install-deps + +You are now ready to execute the deployment:: + source openstack_rc.sh bash devmode.sh --no-gate --ovb diff --git a/other-requirements.txt b/other-requirements.txt index d46b47c05..cfe63c6ec 100644 --- a/other-requirements.txt +++ b/other-requirements.txt @@ -3,3 +3,4 @@ libffi-dev [platform:dpkg] libffi-devel [platform:rpm] +libselinux-python [platform:rpm]