[Docs] give example of dev libvirt pkg name

as examples, point to appropriate names for Ubuntu and Fedora.

Change-Id: Icaa81a250220d2a26bdcc02886c25247fcf91884
This commit is contained in:
Pavlo Shchelokovskyy 2016-09-19 21:33:36 +03:00
parent 7bfbfcf5fa
commit 21df4aec85
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ Setting up the environment
#. Install ironic-staging-drivers
#. Install ``libvirt-python``
* When installing from PyPI, you'd need ``libvirt-dev`` package
* When installing from PyPI, you'd need development version of
``libvirt`` package from your distribution
(e.g. ``libvirt-dev`` in Ubuntu, ``libvirt-devel`` in Fedora)
and all the usual Python packages required to compile C-extensions
in your system
(on DevStack, those are already installed when nova-compute is enabled).