]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
heat getting started, add pip install extras
authorSteven Hardy <shardy@redhat.com>
Mon, 3 Dec 2012 14:43:14 +0000 (14:43 +0000)
committerSteven Hardy <shardy@redhat.com>
Mon, 3 Dec 2012 14:44:57 +0000 (14:44 +0000)
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 <shardy@redhat.com>
docs/GettingStarted.rst

index 1e87e300e98382cadc5c0c1e403265b1c03f2c6a..e38c9ef0426cfb4aded3fae575c64ca3709955cc 100644 (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
 -------------------------------------------------------------