summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorJolyon Brown <git@limilo.com>2012-10-19 15:58:47 +0100
committerJolyon Brown <git@limilo.com>2012-10-25 12:51:16 +0100
commit73f56fa8192d46e9e4c6b0322fcfe6ee06fa4899 (patch)
treeb0fb6af0d4910c7ea07629a5391643cf82605052 /doc/source
parentb0529de679056935a48b6a1e9879765ffdc1799b (diff)
downloadnova-73f56fa8192d46e9e4c6b0322fcfe6ee06fa4899.tar.gz
nova-73f56fa8192d46e9e4c6b0322fcfe6ee06fa4899.tar.xz
nova-73f56fa8192d46e9e4c6b0322fcfe6ee06fa4899.zip
Addtional 2 packages for dev environment on ubuntu
In file doc/source/devref/development.environment.rst added packages build-dep and python-mysqldb which I have had to add on ubuntu 12.04 to enable the dev environment to be setup. Without these run_tests.sh fails with error 'mysql_config not found' when setting up the virtual env. Change-Id: I4af775386469deecf122a9e165457f241339b20b
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/devref/development.environment.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst
index 16132daff..4187f9278 100644
--- a/doc/source/devref/development.environment.rst
+++ b/doc/source/devref/development.environment.rst
@@ -64,6 +64,10 @@ On Ubuntu::
sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev
+On Ubuntu Precise (12.04) you may also need to add the following packages::
+
+ sudo apt-get install build-dep python-mysqldb
+
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
sudo yum install python-devel openssl-devel python-pip git