From: Steven Hardy Date: Mon, 3 Dec 2012 14:43:14 +0000 (+0000) Subject: heat getting started, add pip install extras X-Git-Tag: 2014.1~1131^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0461e0d41b024c50b96ccccdec5c63b751b22be8;p=openstack-build%2Fheat-build.git heat getting started, add pip install extras Add install of extras via pip, as we now depend on it via oslo and it's not yet packaged for Fedora ref bug 1085970 Change-Id: I08f2962e091e0bdb0c9bdc6d25f319e042f858f5 Signed-off-by: Steven Hardy --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 1e87e300..e38c9ef0 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -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 -------------------------------------------------------------