From: git-harry Date: Wed, 10 Sep 2014 09:46:02 +0000 (+0100) Subject: Update prerequisite packages in development docs X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0106c020574fafcb76f6890412a0978f25f8f653;p=openstack-build%2Fcinder-build.git Update prerequisite packages in development docs The packages listed for Linux distros are updated to meet the prerequisites to run the unit tests. Change-Id: Iedd9e4d04d7700d418ddb07881ac76ad758466cb Closes-bug: #1367670 --- diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index 3157dfbdf..042f2b44a 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -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)::