Adding ldap dependencies to documentation

Change-Id: Icd713fc620986303c9e5b4bf87fb036828795d6d
This commit is contained in:
John Vrbanac 2015-02-18 11:13:26 -06:00
parent e97ba80c80
commit f55df97c55
2 changed files with 4 additions and 2 deletions

View File

@ -23,7 +23,8 @@ Installing system dependencies
.. code-block:: bash
# Install dependencies required to build Barbican
sudo apt-get install -y python-pip python-dev libffi-dev libssl-dev libsqlite3-dev
sudo apt-get install -y python-pip python-dev libffi-dev libssl-dev libsqlite3-dev \
libldap2-dev libsasl2-dev
# Install dependencies required for PyEnv
sudo apt-get install -y git curl make build-essential zlib1g-dev libbz2-dev \

View File

@ -78,7 +78,8 @@ Installation
# Install system dependencies to start DevStack and install Barbican
sudo apt-get update
sudo apt-get install -y python-pip python-dev libffi-dev libssl-dev git
sudo apt-get install -y python-pip python-dev libffi-dev libssl-dev git \
libldap2-dev libsasl2-dev
# Clone DevStack and Barbican
git clone https://git.openstack.org/cgit/openstack-dev/devstack.git