summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorTom Fifield <fifieldt@unimelb.edu.au>2012-08-23 09:18:34 +1000
committerTom Fifield <fifieldt@unimelb.edu.au>2012-08-23 09:18:34 +1000
commit5f529511c61ecc4cc049c1e53606dc85e5e540e0 (patch)
tree64893d7f7be1f39613b9ddd047b4bf7dc582f69f /doc/source
parent5aa8847cb679ad840dfa7286a2e08d0f6e905812 (diff)
downloadnova-5f529511c61ecc4cc049c1e53606dc85e5e540e0.tar.gz
nova-5f529511c61ecc4cc049c1e53606dc85e5e540e0.tar.xz
nova-5f529511c61ecc4cc049c1e53606dc85e5e540e0.zip
Add two prereq pkgs to nova devref env guide
fixes bug 1024903 As noted in the bug report, without libxml2-dev and libxslt-dev installed on ubuntu 12.04, the virtualenv creation will fail. This fix simply adds the packages to the first "Install the prerequisite packages." line Change-Id: I588ce14f63fa75d54405562f83d202d05c8a05c6
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/devref/development.environment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst
index b6b86a9f8..16132daff 100644
--- a/doc/source/devref/development.environment.rst
+++ b/doc/source/devref/development.environment.rst
@@ -62,7 +62,7 @@ Install the prerequisite packages.
On Ubuntu::
- sudo apt-get install python-dev libssl-dev python-pip git-core
+ sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::