Install Nova into its own venv

Install a couple of optional feature prereqs in hypervisor plugins.

rootwrap is horribly called indirectly via PATH.  The choice, other than fixing
such nonsense, is to force the path in sudo.

TODO:
* python guestfs isn't in pypi, need to specifically install it to not
  use the distro package

Change-Id: Iad9a66d8a937fd0b0d1874005588c702e3d75e04
This commit is contained in:
Dean Troyer
2015-02-17 16:25:38 -06:00
parent 6aaad5f723
commit 4533eeec1f
4 changed files with 49 additions and 21 deletions

View File

@@ -23,3 +23,4 @@ libffi-dev
libssl-dev # for pyOpenSSL
gettext # used for compiling message catalogs
openjdk-7-jre-headless # NOPRIME
pkg-config

View File

@@ -12,6 +12,7 @@ openssl-devel # to rebuild pyOpenSSL if needed
libffi-devel
libxml2-devel
libxslt-devel
pkgconfig
psmisc
pylint
python-devel