Merge "heat getting started, add pip install extras"

This commit is contained in:
Jenkins 2012-12-03 23:11:24 +00:00 committed by Gerrit Code Review
commit c5e64e2e84
1 changed files with 7 additions and 0 deletions

View File

@ -90,6 +90,13 @@ In the heat directory, run the install script::
sudo ./install.sh
Install heat pip dependency
---------------------------
Heat requires the extras module, which is not currently packaged for Fedora, so it is necessary to manually install it::
sudo pip-python install extras
Download Fedora 17 DVD and copy it to libvirt images location
-------------------------------------------------------------