]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Update prerequisite packages in development docs
authorgit-harry <git-harry@live.co.uk>
Wed, 10 Sep 2014 09:46:02 +0000 (10:46 +0100)
committergit-harry <git-harry@live.co.uk>
Wed, 19 Nov 2014 23:09:36 +0000 (23:09 +0000)
The packages listed for Linux distros are updated to meet the
prerequisites to run the unit tests.

Change-Id: Iedd9e4d04d7700d418ddb07881ac76ad758466cb
Closes-bug: #1367670

doc/source/devref/development.environment.rst

index 3157dfbdf2713da50c1219f61560ec15095a6ab9..042f2b44ad7c5c4d1f91b394178f6c0df57c3f54 100644 (file)
@@ -54,19 +54,17 @@ Linux Systems
 
 .. note::
 
-  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.
+  Feel free to add notes and change according to your experiences or operating system.
 
 Install the prerequisite packages.
 
-On Ubuntu::
+On Ubuntu (tested on 12.04-64 and 14.04-64)::
 
-  sudo apt-get install python-dev libssl-dev python-pip git-core libmysqlclient-dev libpq-dev libffi-dev
+  sudo apt-get install python-dev libssl-dev python-pip git-core libmysqlclient-dev libpq-dev libffi-dev libxslt-dev
 
-On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
+On Fedora-based distributions e.g., Fedora/RHEL/CentOS/Scientific Linux (tested on CentOS 6.5)::
 
-  sudo yum install python-devel openssl-devel python-pip git libmysqlclient-dev libqp-dev
+  sudo yum install python-virtualenv openssl-devel python-pip git gcc libffi-devel libxslt-devel mysql-devel postgresql-devel
 
 On openSUSE-based distributions (SLES 12, openSUSE 13.1, Factory or Tumbleweed)::