]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add db client packages to dev env setup doc.
authorJohn Griffith <john.griffith@solidfire.com>
Mon, 6 May 2013 16:13:48 +0000 (10:13 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Mon, 6 May 2013 16:18:48 +0000 (10:18 -0600)
Dev env setup doc hasn't been updated in a while and
needed the addition of the mysql and psql packages.

Tested this on a clean install and it looks like
the addition of these two pkgs should get us up to
date.

Change-Id: I66011478064bd8fb85bfaf56e8b14232226e0efc

doc/source/devref/development.environment.rst

index 739035a13dc7cb008cec2231cab8e98e1bb990dd..49b89950492114ca70dbcdf20e6b954585051b72 100644 (file)
@@ -54,7 +54,7 @@ Linux Systems
 
 .. note::
 
-  This section is tested for Cinder on Ubuntu (10.10-64) and
+  This section is tested for Cinder on Ubuntu (12.04-64) and
   Fedora-based (RHEL 6.1) distributions. Feel free to add notes and
   change according to your experiences or operating system.
 
@@ -62,11 +62,11 @@ 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 libmysqlclient-dev libpq-dev
 
 On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
 
-  sudo yum install python-devel openssl-devel python-pip git
+  sudo yum install python-devel openssl-devel python-pip git libmysqlclient-dev libqp-dev
 
 
 Mac OS X Systems